summaryrefslogtreecommitdiff
path: root/integrationtests/ask_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-27 22:39:50 +0200
committerPaul Buetow <paul@buetow.org>2026-03-27 22:39:50 +0200
commit1575c64b7d40f4a7b462609242bd72885157a383 (patch)
tree31e21bf96769759f16eb4375e27273c824b104c8 /integrationtests/ask_test.go
parent2ddb334fa671b9c425ca43c8c673c6b36c3ad0ab (diff)
release: v0.27.2v0.27.2
Diffstat (limited to 'integrationtests/ask_test.go')
-rw-r--r--integrationtests/ask_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/ask_test.go b/integrationtests/ask_test.go
index 528021a..483dc7c 100644
--- a/integrationtests/ask_test.go
+++ b/integrationtests/ask_test.go
@@ -377,7 +377,7 @@ func TestAddWithDependsModifier(t *testing.T) {
t.Fatalf("ask add with depends modifier failed with code %d: stdout=%s stderr=%s", code, stdout.String(), stderr.String())
}
- id := strings.TrimSpace(stdout.String())
+ id := extractTaskIDFromAddOutput(stdout.String())
info, ok := getTaskInfoFast(ctx, id)
if !ok {
t.Fatalf("ask info %q failed after add", id)