Skip to content

Commit 6d32d01

Browse files
committed
Change helper.EnabledCondition#isLocal to common.EnabledCondition#isLocal
1 parent 41e623d commit 6d32d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/suite/operator/V2ApiOperatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void testV2SpecialRefreshOptout(String label, Operator operator, String o
122122
assertTrue(refreshed.isOptout());
123123
}
124124

125-
@EnabledIf("helper.EnabledCondition#isLocal")
125+
@EnabledIf("common.EnabledCondition#isLocal")
126126
@ParameterizedTest(name = "/v2/token/generate - LOCAL MOCK OPTOUT - {0} - {2}")
127127
@MethodSource({
128128
"suite.operator.TestData#tokenEmailArgsLocalMockOptout"

0 commit comments

Comments
 (0)