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 2f0b196 commit f1c43fcCopy full SHA for f1c43fc
tests/worker_test.go
@@ -82,7 +82,6 @@ func Test_TryProcessSingleOrchestrationWorkItem_BasicFlow(t *testing.T) {
82
}
83
84
func Test_TryProcessSingleOrchestrationWorkItem_Idempotency(t *testing.T) {
85
- ctx := context.Background()
86
workflowID := "test123"
87
wi := &backend.OrchestrationWorkItem{
88
InstanceID: api.InstanceID(workflowID),
0 commit comments