aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/fetch/api_fetch/test_api_fetch_regions.py
diff options
context:
space:
mode:
authorIlia Abashin <abashinos@gmail.com>2017-08-16 14:51:36 +0300
committerIlia Abashin <abashinos@gmail.com>2017-08-16 14:51:36 +0300
commit70f68b94dc480b7878134a5f6222c28d9c8158c1 (patch)
tree8b175967200784d27b366f2dd0739a05ae744c8c /app/test/fetch/api_fetch/test_api_fetch_regions.py
parent8dadac6738cd55282a071605b1ae78b8ef58c10e (diff)
Fixed payload issue in test_api_fetch_regions
Change-Id: I25c86f8b4dc3161ec614849cb53763e5e1f355f2 Signed-off-by: Ilia Abashin <abashinos@gmail.com>
Diffstat (limited to 'app/test/fetch/api_fetch/test_api_fetch_regions.py')
-rw-r--r--app/test/fetch/api_fetch/test_api_fetch_regions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test/fetch/api_fetch/test_api_fetch_regions.py b/app/test/fetch/api_fetch/test_api_fetch_regions.py
index fba8acf..7d1c16a 100644
--- a/app/test/fetch/api_fetch/test_api_fetch_regions.py
+++ b/app/test/fetch/api_fetch/test_api_fetch_regions.py
@@ -25,7 +25,7 @@ class TestApiFetchRegions(TestFetch):
fetcher = ApiFetchRegions()
fetcher.set_env(ENV)
- ApiAccess.auth_response["admin"] = AUTH_RESPONSE
+ ApiAccess.auth_response = AUTH_RESPONSE
ret = fetcher.get("test_id")
self.assertEqual(ret, REGIONS_RESULT,
"Can't get correct regions information")