We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5a4d2 commit 8a0e831Copy full SHA for 8a0e831
backend/test/e2e.go
@@ -75,7 +75,7 @@ func EndToEndBackendTest(t *testing.T, setup func(options ...backend.BackendOpti
75
output, err := runWorkflowWithResult[string](t, ctx, c, wf, "hello")
76
77
require.Zero(t, output)
78
- require.ErrorContains(t, err, "workflow 1 not found")
+ require.ErrorContains(t, err, "workflow github.com/cschleiden/go-workflows/backend/test.EndToEndBackendTest.func3.1 not found")
79
},
80
81
{
0 commit comments