Skip to content

Commit 074cac5

Browse files
committed
test: add test parameters for ip_blocklist and datacenter filters
Expanded the `test_search_events_all_params` test to cover new `ip_blocklist` and `datacenter` query parameters (filters). This improves test coverage. Related-Task: INTER-1220
1 parent 826cb8e commit 074cac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_fingerprint_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,8 @@ def test_search_events_all_params(self):
720720
'vpn_confidence': 'medium',
721721
'emulator': True,
722722
'incognito': True,
723+
'ip_blocklist': True,
724+
'datacenter': True,
723725
}
724726

725727
expected_fields = [self.integration_info] + list(params.items())

0 commit comments

Comments
 (0)