Skip to content

Commit f209e1e

Browse files
author
Mr. Outis
committed
tests/analytics: explicitly set content for foo
1 parent 7426a62 commit f209e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/test_analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_daemon_analytics(mock_send, tmp_path):
1515
@mock.patch("dvc.analytics.collect_and_send_report")
1616
@mock.patch("dvc.analytics.is_enabled", return_value=True)
1717
def test_main_analytics(mock_is_enabled, mock_report, tmp_dir, dvc):
18-
tmp_dir.gen("foo")
18+
tmp_dir.gen("foo", "text")
1919
assert 0 == main(["add", "foo"])
2020
assert mock_is_enabled.called
2121
assert mock_report.called

0 commit comments

Comments
 (0)