diff --git a/tests/testlive_sync.py b/tests/testlive_sync.py index 24fd4c5b2..536e734c8 100644 --- a/tests/testlive_sync.py +++ b/tests/testlive_sync.py @@ -87,6 +87,7 @@ assert event_preview["Event"]["uuid"] == event.uuid url = f'servers/pull/{remote_server["id"]}/disable_background_processing:1' pull_response = pymisp._check_response(pymisp._prepare_request('GET', url)) check_response(pull_response) +print(pull_response) assert "Pull completed. 0 events pulled, 0 events could not be pulled, 0 proposals pulled, 0 sightings pulled, 0 clusters pulled, 0 analyst data pulled." == pull_response["message"], pull_response["message"] # Test pull background