Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Aug 8, 2023
1 parent f2424c4 commit c00357c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def api_key(staging: bool) -> str:
)
return environ[key]


@fixture(scope="module")
def api_key_chat() -> str:
key = "CHATNOIR_API_KEY_CHAT"
Expand Down

0 comments on commit c00357c

Please sign in to comment.