Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Nov 13, 2024
1 parent 5150771 commit 0856605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_mailchimp_openapi_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestMailchimpOpenapiSpec:
def setup(
self,
) -> Iterator[None]:
self.api = create_api()
self.api = create_api(mailchimp_api_key="test Key")
yield


Expand Down Expand Up @@ -51,5 +51,6 @@ def test_mailchimp_api(
params={},
headers={
'Content-Type': 'application/json',
'Authorization': 'Basic YW55c3RyaW5nOnRlc3QgS2V5',
},
)

0 comments on commit 0856605

Please sign in to comment.