Skip to content

Commit 5a541eb

Browse files
committed
Test another optout email
1 parent 3d1617b commit 5a541eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/suite/operator/TestData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static Set<Arguments> tokenEmailArgsLocalMockOptout() {
7575

7676
Set<Arguments> args = new HashSet<>();
7777
for (Operator operator : operators) {
78-
args.add(Arguments.of("optout local mock email", operator, operator.getName(), "email", "local-mock-optout@example.com", false));
78+
args.add(Arguments.of("optout local mock email", operator, operator.getName(), "email", "optout@example.com", false));
7979
}
8080
return args;
8181
}

0 commit comments

Comments
 (0)