Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Jan 5, 2024
1 parent d01329c commit f74f65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/problematic_tests/impl_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def setUp(self):
self.cfg["scratch"] = "/kb/module/work/tmp"
self.cfg["srv-wiz-url"] = "https://ci.kbase.us/services/service_wizard"
self.cfg["auth-service-url"] = "https://ci.kbase.us/services/auth/api/legacy/KBase/Sessions/Login"
self.cfg["re_api_url"] = "https://ci.kbase.us/services/relation_engine_api"
self.cfg["re-api-url"] = "https://ci.kbase.us/services/relation_engine_api"
self.cfg["KB_AUTH_TOKEN"] = os.environ.get("KB_AUTH_TOKEN", None)

def tearDown(self):
Expand Down

0 comments on commit f74f65f

Please sign in to comment.