Skip to content

Commit 2dac29f

Browse files
committed
fixup! feat: Update test harness with metadata assertions #1467
Signed-off-by: christian.lutnik <[email protected]>
1 parent a3ef18f commit 2dac29f

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -614,21 +614,6 @@
614614
</arguments>
615615
</configuration>
616616
</execution>
617-
<execution>
618-
<id>copy-evaluation-gherkin-tests</id>
619-
<phase>validate</phase>
620-
<goals>
621-
<goal>exec</goal>
622-
</goals>
623-
<configuration>
624-
<!-- copy the feature spec we want to test into resources so them can be easily loaded -->
625-
<executable>cp</executable>
626-
<arguments>
627-
<argument>spec/specification/assets/gherkin/evaluation.feature</argument>
628-
<argument>src/test/resources/features/</argument>
629-
</arguments>
630-
</configuration>
631-
</execution>
632617
</executions>
633618
</plugin>
634619
</plugins>

src/test/java/dev/openfeature/sdk/e2e/evaluation/StepDefinitions.java renamed to src/test/java/dev/openfeature/sdk/e2e/steps/StepDefinitions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package dev.openfeature.sdk.e2e.evaluation;
1+
package dev.openfeature.sdk.e2e.steps;
22

33
import static dev.openfeature.sdk.testutils.TestFlagsUtils.buildFlags;
44
import static org.junit.jupiter.api.Assertions.assertEquals;

0 commit comments

Comments
 (0)