We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07c5b3 commit f36a005Copy full SHA for f36a005
1 file changed
src/tests/backend/v4/common/services/test_plan_service.py
@@ -533,8 +533,6 @@ def test_event_tracking_calls(self):
533
"""Test that event tracking is callable via the mocked event_utils module."""
534
# Verify the mock event_utils has the track function accessible
535
assert callable(mock_event_utils.track_event_if_configured)
536
- # Verify the plan_service module imported it (may be a mock attribute)
537
- assert hasattr(plan_service_module, 'track_event_if_configured')
538
539
def test_logging_integration(self):
540
"""Test that logging is properly configured."""
0 commit comments