removed blank toml file

This commit is contained in:
Christopher Pickering 2021-11-02 08:45:46 +01:00
parent 927a2ccc5b
commit ca04184a52
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -27,9 +27,6 @@ def test_cli(runner: CliRunner) -> None:
with open("tests/config_gitignore/.gitignore", "w") as git:
git.write("html_two.html")
with open("tests/config_gitignore/pyproject.toml", "w") as f:
f.write("")
result = runner.invoke(
djlint, ["tests/config_gitignore/html_two.html", "--check", "--use-gitignore"]
)