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

Lines changed: 1 addition & 1 deletion
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-[email protected]", false));
78+
args.add(Arguments.of("optout local mock email", operator, operator.getName(), "email", "[email protected]", false));
7979
}
8080
return args;
8181
}

0 commit comments

Comments
 (0)