chore: fix tests
This commit is contained in:
parent
6db604bd67
commit
833f0ac34a
@ -58,6 +58,7 @@ const setup = async (props?: SetupProps): Promise<{ id: string }> => {
|
|||||||
cli_app_display_name: "AgentAPI CLI",
|
cli_app_display_name: "AgentAPI CLI",
|
||||||
cli_app_slug: "agentapi-cli",
|
cli_app_slug: "agentapi-cli",
|
||||||
agentapi_version: "latest",
|
agentapi_version: "latest",
|
||||||
|
agentapi_server_type: "claude",
|
||||||
module_dir_name: moduleDirName,
|
module_dir_name: moduleDirName,
|
||||||
start_script: await loadTestFile(import.meta.dir, "agentapi-start.sh"),
|
start_script: await loadTestFile(import.meta.dir, "agentapi-start.sh"),
|
||||||
folder: projectDir,
|
folder: projectDir,
|
||||||
|
|||||||
@ -13,3 +13,5 @@ EOF
|
|||||||
chmod +x "$module_path/agent-command.sh"
|
chmod +x "$module_path/agent-command.sh"
|
||||||
|
|
||||||
echo "Agent command written to $module_path/agent-command.sh"
|
echo "Agent command written to $module_path/agent-command.sh"
|
||||||
|
|
||||||
|
echo "Using AGENTAPI_CHAT_BASE_PATH: ${AGENTAPI_CHAT_BASE_PATH:-not set}" >> /home/coder/test-agentapi-start.log
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user