Skip to content

Commit fc910b5

Browse files
committed
Remove now-deleted user from filter
1 parent f79c7c9 commit fc910b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/services/directory-services/gsuite-directory.service.integration.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ dotenvConfig({ path: "utils/.env" });
2424
// These filters target integration test data.
2525
// These should return data that matches the user and group fixtures exactly.
2626
// There may be additional data present if not used.
27-
const INTEGRATION_USER_FILTER =
28-
"exclude:integration-user-a@bwrox.dev|orgUnitPath='/Integration testing'";
27+
const INTEGRATION_USER_FILTER = "|orgUnitPath='/Integration testing'";
2928
const INTEGRATION_GROUP_FILTER = "|name:Integration*";
3029

3130
// These tests are slow!

0 commit comments

Comments
 (0)