Skip to content

Commit

Permalink
[DM-40656] Get rid of a random print
Browse files Browse the repository at this point in the history
  • Loading branch information
cbanek committed Sep 5, 2023
1 parent c5a5d95 commit 1371575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/handlers/external_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ async def test_slash_redirect(
bad_url = f"{config.url_prefix}//Norder4/Dir0/Npix1794.png"
good_url = f"{config.url_prefix}/Norder4/Dir0/Npix1794.png"
r = await client.get(bad_url)
print(r.text)
assert r.status_code == 301
assert r.headers["Location"] == good_url
r = await client.head(bad_url)
Expand Down

0 comments on commit 1371575

Please sign in to comment.