Skip to content

Commit

Permalink
Missed a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed May 14, 2024
1 parent e9a44b7 commit 5ee0265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/bigbang/test/bigbang_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestReleases(t *testing.T) {
zarfCache = fmt.Sprintf("--zarf-cache=%s", CIMount)
}

ctx := context.TODO()
ctx := context.Background()

// Initialize the cluster with the Git server and AMD64 architecture
arch := "amd64"
Expand Down

0 comments on commit 5ee0265

Please sign in to comment.