aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/fetch/api_fetch/test_api_fetch_regions.py
diff options
context:
space:
mode:
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")