Skip to content

Commit 3d68770

Browse files
committed
Use t context
1 parent b33f177 commit 3d68770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_organization_ruleset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ resource "github_organization_ruleset" "test" {
301301
t.Fatalf("Error getting test meta: %v", err)
302302
}
303303

304-
ctx := context.Background()
304+
ctx := t.Context()
305305
org := testAccConf.owner
306306

307307
// Create test properties

0 commit comments

Comments
 (0)