Skip to content

Commit 0dc4d26

Browse files
committed
test(client): fix JSON fixture path
1 parent 2ad3b4e commit 0dc4d26

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/test/java/io/github/easy4j/codex/CodexClientTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ class CodexClientTest {
5353
private static final String ECHO_ARGS_SCRIPT =
5454
Path.of("src", "test", "resources", "echo-args.sh").toAbsolutePath().toString();
5555

56+
private static final String JSON_FLAG_SCRIPT =
57+
Path.of("src", "test", "resources", "json-when-flag.sh").toAbsolutePath().toString();
58+
5659
private static CodexClientConfig echoConfig() {
5760
CodexClientConfig config = new CodexClientConfig();
5861
config.setLocalExecutable(ECHO_ARGS_SCRIPT);

0 commit comments

Comments
 (0)