UT: Simplify logic in test data in test_http_island_api_client.py

This commit is contained in:
Shreya Malviya 2022-09-27 16:19:23 +05:30
parent 6d63f3c378
commit 01f1d62272
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ AGENT_REGISTRATION = AgentRegistrationData(
machine_hardware_id=1,
start_time=0,
parent_id=None,
cc_server=str(SERVER),
cc_server=SERVER,
network_interfaces=[],
)