We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53c3f0a + ee3a49e commit 2125f79Copy full SHA for 2125f79
1 file changed
spp_analytics/tests/test_integration_demo.py
@@ -249,7 +249,7 @@ def test_k_anonymity_suppression_with_realistic_data(self):
249
{
250
"name": "Test Researcher",
251
"login": "test_researcher",
252
- "groups_id": [(6, 0, [self.ref("base.group_user")])],
+ "group_ids": [(6, 0, [self.ref("base.group_user")])],
253
}
254
)
255
@@ -423,7 +423,7 @@ def test_privacy_differencing_attack_prevention(self):
423
424
"name": "Test Attacker",
425
"login": "test_attacker",
426
427
428
429
@@ -633,7 +633,7 @@ def test_complementary_suppression_across_dimensions(self):
633
634
"name": "Test Complement User",
635
"login": "test_complement",
636
637
638
639
0 commit comments