Skip to content

Commit 8a0e831

Browse files
committed
fix backend tests
1 parent 6b5a4d2 commit 8a0e831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/test/e2e.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func EndToEndBackendTest(t *testing.T, setup func(options ...backend.BackendOpti
7575
output, err := runWorkflowWithResult[string](t, ctx, c, wf, "hello")
7676

7777
require.Zero(t, output)
78-
require.ErrorContains(t, err, "workflow 1 not found")
78+
require.ErrorContains(t, err, "workflow github.com/cschleiden/go-workflows/backend/test.EndToEndBackendTest.func3.1 not found")
7979
},
8080
},
8181
{

0 commit comments

Comments
 (0)