Skip to content

Commit

Permalink
feat: add waffle flag for groups v2 features
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 committed Sep 24, 2024
1 parent a623ce2 commit 4018f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_enterprise/api/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@ def test_provisioning_admin_list_all_enterprises_200(self):
'active': True
}, format='json')
response = self.client.get(
ENTERPRISE_CUSTOMER_LIST_ENDPOINT
ENTERPRISE_CUSTOMER_LIST_ENDPOINT,
)
response = self.load_json(response.content)
assert response['count'] == 2
Expand Down

0 comments on commit 4018f48

Please sign in to comment.