diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-27 22:39:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-27 22:39:50 +0200 |
| commit | 1575c64b7d40f4a7b462609242bd72885157a383 (patch) | |
| tree | 31e21bf96769759f16eb4375e27273c824b104c8 /integrationtests/ask_test.go | |
| parent | 2ddb334fa671b9c425ca43c8c673c6b36c3ad0ab (diff) | |
release: v0.27.2v0.27.2
Diffstat (limited to 'integrationtests/ask_test.go')
| -rw-r--r-- | integrationtests/ask_test.go | 2 |
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) |
