Skip to content

Commit

Permalink
Update test for breaking change in click
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Sep 26, 2018
1 parent 4bee6fc commit d544fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_cli_no_settings(monkeypatch, cli):
def cli_test_command(obj):
assert obj is config

result = cli.invoke(warehouse.cli.warehouse, ["cli_test_command"])
result = cli.invoke(warehouse.cli.warehouse, ["cli-test-command"])

assert result.exit_code == 0
assert configure.calls == [pretend.call()]

0 comments on commit d544fc5

Please sign in to comment.