File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def dns_resolver_response():
177
177
with SrvPollingKnobs (ttl_time = WAIT_TIME , min_srv_rescan_interval = WAIT_TIME ):
178
178
client = self .simple_client (self .CONNECTION_STRING )
179
179
await client .aconnect ()
180
- await self . assert_nodelist_change (self .BASE_SRV_RESPONSE , client )
180
+ await assertion_method (self .BASE_SRV_RESPONSE , client )
181
181
# Patch list of hosts returned by DNS query.
182
182
with SrvPollingKnobs (
183
183
nodelist_callback = dns_resolver_response , count_resolver_calls = count_resolver_calls
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def dns_resolver_response():
177
177
with SrvPollingKnobs (ttl_time = WAIT_TIME , min_srv_rescan_interval = WAIT_TIME ):
178
178
client = self .simple_client (self .CONNECTION_STRING )
179
179
client ._connect ()
180
- self . assert_nodelist_change (self .BASE_SRV_RESPONSE , client )
180
+ assertion_method (self .BASE_SRV_RESPONSE , client )
181
181
# Patch list of hosts returned by DNS query.
182
182
with SrvPollingKnobs (
183
183
nodelist_callback = dns_resolver_response , count_resolver_calls = count_resolver_calls
You can’t perform that action at this time.
0 commit comments