Skip to content

Commit

Permalink
tests: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 4, 2023
1 parent 69e1eaa commit 4495480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rtdc_fmt_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_identifier():
(f"https://{uuid.uuid4()}.com/bucket/resource", (False, "no connection")),
])
def test_object_available(url, avail):
act = is_url_available(url)
act = is_url_available(url, ret_reason=True)
assert act == avail


Expand Down

0 comments on commit 4495480

Please sign in to comment.