mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Expect '--include-vcs-ignore'
This commit is contained in:
parent
cc4a21e0da
commit
01978ddb96
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def test_publish_heroku(mock_call, mock_check_output, mock_which):
|
|||
open("test.db", "w").write("data")
|
||||
result = runner.invoke(cli.cli, ["publish", "heroku", "test.db"])
|
||||
assert 0 == result.exit_code, result.output
|
||||
mock_call.assert_called_once_with(["heroku", "builds:create", "-a", "f"])
|
||||
mock_call.assert_called_once_with(["heroku", "builds:create", "-a", "f", "--include-vcs-ignore"])
|
||||
|
||||
|
||||
@mock.patch("shutil.which")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue