mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 10:12:32 -05:00
Fix broken test (again)
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -23,7 +23,7 @@ def client():
|
|||||||
def test_init_sets_values_correctly():
|
def test_init_sets_values_correctly():
|
||||||
api_key = get_api_key()
|
api_key = get_api_key()
|
||||||
client = BaseAPIClient(api_key=api_key)
|
client = BaseAPIClient(api_key=api_key)
|
||||||
assert client.base_url == "localhost"
|
assert client.base_url == "http://localhost:6011"
|
||||||
|
|
||||||
assert client.api_key == api_key[-36:]
|
assert client.api_key == api_key[-36:]
|
||||||
assert client.service_id == api_key[-73:-37]
|
assert client.service_id == api_key[-73:-37]
|
||||||
|
|||||||
Reference in New Issue
Block a user