Skip to content

Commit

Permalink
Update test_connection.py
Browse files Browse the repository at this point in the history
Fixed formatting
  • Loading branch information
wirthual authored Nov 20, 2023
1 parent 3bc9dad commit f78c3a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/bundesanzeiger/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ def test_exception_on_invalid_http_code():

def test_get_response():
ba = Bundesanzeiger()
assert (ba._Bundesanzeiger__get_response("https://mock.httpstatus.io/200").status_code == 200)
assert (
ba._Bundesanzeiger__get_response("https://mock.httpstatus.io/200").status_code
== 200
)

0 comments on commit f78c3a9

Please sign in to comment.