From 4d903608418d8f9cc71b4516daa92ae9667dea6c Mon Sep 17 00:00:00 2001 From: Jacopo Notarstefano Date: Tue, 17 Jul 2018 05:36:57 +0200 Subject: [PATCH] tests: use sensible name for Githubfile --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 2857c1c..568ea4d 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -21,7 +21,7 @@ @pytest.mark.vcr() def test_update_uses_the_provided_filename(runner, tmpdir): - config_fd = tmpdir.join('github-compose.yaml') + config_fd = tmpdir.join('Githubfile') config_fd.write(GITHUB_FILE) result = runner.invoke(cli, ['update', '-f', str(config_fd)])