Skip to content

Commit 5d12e6c

Browse files
authored
fix: the missing ones "
1 parent 964d0a3 commit 5d12e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def api_request_context(
2020
) -> Generator[APIRequestContext, None, None]:
2121
"""Context for executing API requests."""
2222
headers = {
23-
"Authorization": "Bearer {os.getenv('API_TOKEN'),
23+
"Authorization": "Bearer {os.getenv('API_TOKEN')",
2424
"Content-Type": "application/json",
2525
}
2626
base_url = os.getenv("BASE_URL", "https://default-url.com/api/v1/")

0 commit comments

Comments
 (0)