From a301093ce9ea825606db29bd1f1f40e1971897dd Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Mon, 5 Apr 2021 14:34:01 +0300 Subject: fix for fetching dataset traits data --- tests/integration/test_traits.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/integration/test_traits.py') diff --git a/tests/integration/test_traits.py b/tests/integration/test_traits.py index 2f3433a..7cf0a9f 100644 --- a/tests/integration/test_traits.py +++ b/tests/integration/test_traits.py @@ -26,7 +26,13 @@ class TraitIntegrationTest(TestCase): trait_results = { "dataset": None, "trait_name": "1449593_at", - "trait_data": {} + "trait_data": { + "BXD11": 8.464, + "BXD12": 8.414, + "BXD13": 8.753, + "BXD15": 8.5, + "BXD16": 8.832 + } } mock_fetch_trait.return_value = trait_results -- cgit v1.2.3