Skip to content

Commit 7706cc6

Browse files
committed
chore: Use context background
Signed-off-by: Javier Aliaga <[email protected]>
1 parent 519ea88 commit 7706cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/orchestrations_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ func Test_TaskExecutionId(t *testing.T) {
14701470
}))
14711471

14721472
// Initialization
1473-
ctx := t.Context()
1473+
ctx := context.Background()
14741474

14751475
client, worker := initTaskHubWorker(ctx, r)
14761476
defer worker.Shutdown(ctx)

0 commit comments

Comments
 (0)