Skip to content

Commit c5e5958

Browse files
committedJan 31, 2025
Fixed tests.
1 parent 56164b8 commit c5e5958

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/main_test.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def make_message(self, client_id, app_name, app_version, category, action, label
7373
'session_id': session_id,
7474
'app_name': app_name,
7575
'app_version': app_version,
76-
'usage_count': 1}
76+
'usage_count': 1,
77+
'docker': 'False'}
7778
}
7879
]}
7980

0 commit comments

Comments
 (0)