forked from p15670423/monkey
UT: Simplify logic in test data in test_http_island_api_client.py
This commit is contained in:
parent
6d63f3c378
commit
01f1d62272
|
@ -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=[],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue