1 parent 2ad3b4e commit 0dc4d26Copy full SHA for 0dc4d26
1 file changed
src/test/java/io/github/easy4j/codex/CodexClientTest.java
@@ -53,6 +53,9 @@ class CodexClientTest {
53
private static final String ECHO_ARGS_SCRIPT =
54
Path.of("src", "test", "resources", "echo-args.sh").toAbsolutePath().toString();
55
56
+ private static final String JSON_FLAG_SCRIPT =
57
+ Path.of("src", "test", "resources", "json-when-flag.sh").toAbsolutePath().toString();
58
+
59
private static CodexClientConfig echoConfig() {
60
CodexClientConfig config = new CodexClientConfig();
61
config.setLocalExecutable(ECHO_ARGS_SCRIPT);
0 commit comments