Skip to content

Commit d17996f

Browse files
author
somrak.mon
committed
[KeepOriginalHeaders] fix unit testing
1 parent 402cecc commit d17996f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karate-core/src/test/java/com/intuit/karate/MainTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void testDebug() {
2424

2525
@Test
2626
void testKeepOriginalHeaders() {
27-
Main options = Main.parseKarateArgs(List.of("--keepOriginalHeaders"));
27+
Main options = Main.parseKarateArgs(List.of("--keep-original-headers"));
2828
assertEquals(true, options.keepOriginalHeaders);
2929
}
3030
}

0 commit comments

Comments
 (0)