Skip to content

Commit 403fd23

Browse files
committed
fixes
1 parent 2145fc8 commit 403fd23

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

core/src/test/java/dev/streamx/cli/command/ingestion/BaseIngestionCommandTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ void setup() {
3535

3636
private void initializeWiremock() {
3737
setupMockPublicationResponse(
38-
CloudEventBuilder.build("index.html", "some-event-type", "source", new TextNode("mock-response"))
38+
CloudEventBuilder.build(
39+
"index.html", "some-event-type", "source", new TextNode("mock-response"))
3940
);
4041
}
4142

core/src/test/java/dev/streamx/cli/command/meshprocessing/MeshDefinitionResolverInterpolationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@QuarkusTest
1717
class MeshDefinitionResolverInterpolationTest {
1818

19-
private static final String TEST_MESH_LOCATION = "src/test/resources/mesh-interpolated.yaml";
19+
private static final String TEST_MESH_LOCATION = "src/test/resources/filtered/mesh-interpolated.yaml";
2020
private static final Path TEST_MESH_PATH = Path.of(TEST_MESH_LOCATION);
2121

2222
@Inject
File renamed without changes.

0 commit comments

Comments
 (0)