Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Feb 2, 2024
1 parent c397856 commit 77b1216
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/telemetry/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,7 @@ def test_full_telemetry_info(monkeypatch, ignore_env_var_and_set_tmp_default_hom
monkeypatch.setattr(telemetry, "DEFAULT_HOME_DIR", str(Path().absolute()))
monkeypatch.setattr(telemetry, "internal", telemetry.Internal())

(stat_enabled, uid, is_install) = telemetry._get_telemetry_info(
"ploomber", "0.14.0"
)
(stat_enabled, uid, is_install) = telemetry._get_telemetry_info()
assert stat_enabled is True
assert isinstance(uid, str)
assert is_install is True
Expand Down

0 comments on commit 77b1216

Please sign in to comment.