Skip to content

Commit ec574a0

Browse files
authored
Merge pull request #3066 from pared/2896_analytics
analytics: tests: migrate to dir helpers
2 parents 46379c8 + bb72ce8 commit ec574a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_analytics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def test_send(mock_post, tmp_path):
8383
({"analytics": "false", "unknown": "broken"}, False),
8484
],
8585
)
86-
def test_is_enabled(dvc_repo, config, result, monkeypatch, tmp_global_config):
87-
configobj = dvc_repo.config._repo_config
86+
def test_is_enabled(dvc, config, result, monkeypatch, tmp_global_config):
87+
configobj = dvc.config._repo_config
8888
configobj["core"] = config
8989
configobj.write()
9090

0 commit comments

Comments
 (0)