Commit f9094477 authored by Jason R. Coombs's avatar Jason R. Coombs

Relax overfitted test. Fixes #1425.

parent e9bdeda0
......@@ -18,7 +18,7 @@ class TestRegisterTest:
cmd.run()
cmd.announce.assert_called_once_with(
cmd.announce.assert_called_with(
"WARNING: Registering is deprecated, use twine to upload instead "
"(https://pypi.org/p/twine/)",
log.WARN
......@@ -36,7 +36,7 @@ class TestRegisterTest:
with pytest.raises(Exception):
cmd.run()
cmd.announce.assert_called_once_with(
cmd.announce.assert_called_with(
"WARNING: Registering is deprecated, use twine to upload instead "
"(https://pypi.org/p/twine/)",
log.WARN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment