Skip to content

Commit

Permalink
Fix sync data unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Nov 14, 2024
1 parent 1c3411c commit 835d81b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aikido_zen/background_process/commands/sync_data_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ def test_process_sync_data_initialization(setup_connection_manager):

# Check that the return value is correct
assert result["routes"] == dict(connection_manager.routes.routes)
assert result["endpoints"] == connection_manager.conf.endpoints
assert result["bypassed_ips"] == connection_manager.conf.bypassed_ips
assert result["blocked_uids"] == connection_manager.conf.blocked_user_ids
assert result["service_config"] == connection_manager.conf


def test_process_sync_data_existing_route(setup_connection_manager):
Expand Down

0 comments on commit 835d81b

Please sign in to comment.