We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1617b commit 5a541ebCopy full SHA for 5a541eb
src/test/java/suite/operator/TestData.java
@@ -75,7 +75,7 @@ public static Set<Arguments> tokenEmailArgsLocalMockOptout() {
75
76
Set<Arguments> args = new HashSet<>();
77
for (Operator operator : operators) {
78
- args.add(Arguments.of("optout local mock email", operator, operator.getName(), "email", "local-mock-optout@example.com", false));
+ args.add(Arguments.of("optout local mock email", operator, operator.getName(), "email", "optout@example.com", false));
79
}
80
return args;
81
0 commit comments