Skip to content

Commit 515fb68

Browse files
committed
fix test
1 parent a15c816 commit 515fb68

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/shared/test_clients.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ def test_get_jwt_token(status_code, expected_result, mocker):
9494

9595
requests_post_mock.assert_called_once_with(
9696
f"{os.getenv('JIT_API_ENDPOINT', JIT_DEFAULT_API_ENDPOINT)}/authentication/login",
97-
json={"clientId": None, "secret": None},
98-
headers={"accept": "application/json", "content-type": "application/json"}
97+
json={"clientId": None, "secret": None}
9998
)
10099
assert token == expected_result
101100

0 commit comments

Comments
 (0)