We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49177e6 commit e6d700bCopy full SHA for e6d700b
1 file changed
tests/comfy_cli/test_tracking.py
@@ -21,6 +21,9 @@ def tracking_module(tmp_path):
21
22
with (
23
patch.object(tracking_mod, "config_manager", cfg),
24
+ patch.object(tracking_mod, "user_id", None),
25
+ patch.object(tracking_mod, "cli_version", "test-cli-version"),
26
+ patch.object(tracking_mod, "tracing_id", "test-tracing-id"),
27
patch.object(tracking_mod, "mp", MagicMock()),
28
):
29
yield tracking_mod
0 commit comments