Skip to content

Commit

Permalink
Tests, tests... now properly fixed, I hope.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Kullberg committed Nov 19, 2024
1 parent 032093b commit 68b0f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_dns_mozpsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def test_mozpsl():
"something.emrstudio-prod.us-gov-east-1.amazonaws.com.",
)
assert psl.rdomain("com.amazonaws.us-gov-east-1.emrstudio-prod.www.something.emrstudio-prod") == (
"com.amazonaws.",
"com.amazonaws.us-gov-east-1.emrstudio-prod.www.",
"com.amazonaws",
"com.amazonaws.us-gov-east-1.emrstudio-prod.www",
)

with pytest.raises(KeyError):
Expand Down

0 comments on commit 68b0f87

Please sign in to comment.