Skip to content

Commit

Permalink
Change conditional based on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonwhite committed Apr 19, 2024
1 parent 60471c1 commit 3a44423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ def test_get_api_request_uuid():
assert response == "test-uuid"

response = app.get_api_request_uuid({"A-userid": "test-userid"})
assert response == None
assert response is None

response = app.get_api_request_uuid(None)
assert response == None
assert response is None

0 comments on commit 3a44423

Please sign in to comment.