Skip to content

Commit 832a72c

Browse files
committed
fix build after #1011
1 parent 64bc5df commit 832a72c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

karate-core/src/test/java/com/intuit/karate/formats/postman/PostmanConverterTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void testSuccess() throws IOException {
3434
Assert.assertTrue(successful);
3535

3636
// load the expected output from the resources
37-
is = getClass().getResourceAsStream("expected-converted.feature");
37+
is = getClass().getResourceAsStream("expected-converted.txt");
3838
String expectedConverted = FileUtils.toString(is);
3939

4040
// load the actual output form the disk

0 commit comments

Comments
 (0)