8000 fix test · Kami/codecov-python@8a00058 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a00058

Browse files
committed
fix test
1 parent 2b3838e commit 8a00058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def test_ci_appveyor(self):
505505
APPVEYOR_REPO_COMMIT='d653b934ed59c1a785cc1cc79d08c9aaa4eba73b',
506506
CODECOV_TOKEN='token')
507507
self.fake_report()
508-
res = self.run_cli()
508+
res = self.run_cli(file=self.filepath)
509509
self.assertEqual(res['query']['service'], 'appveyor')
510510
self.assertEqual(res['query']['commit'], 'd653b934ed59c1a785cc1cc79d08c9aaa4eba73b')
511511
self.assertEqual(res['query']['job'], 'owner/repo/1.2.3')

0 commit comments

Comments
 (0)
0