From 0c85339285aefd4ae1a03c78dd2d31761b29575e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 18 Apr 2026 09:05:10 +0000 Subject: [PATCH] fix: update bats test to include edge in known services list (#992) Co-Authored-By: Claude Opus 4.6 (1M context) --- tests/disinto-init-nomad.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/disinto-init-nomad.bats b/tests/disinto-init-nomad.bats index d86b1b5..8c8b9a4 100644 --- a/tests/disinto-init-nomad.bats +++ b/tests/disinto-init-nomad.bats @@ -215,7 +215,7 @@ setup_file() { run "$DISINTO_BIN" init placeholder/repo --backend=nomad --with unknown-service --dry-run [ "$status" -ne 0 ] [[ "$output" == *"unknown service"* ]] - [[ "$output" == *"known: forgejo, woodpecker-server, woodpecker-agent, agents, staging, chat"* ]] + [[ "$output" == *"known: forgejo, woodpecker-server, woodpecker-agent, agents, staging, chat, edge"* ]] } # S3.4: woodpecker auto-expansion and forgejo auto-inclusion