Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu committed Dec 17, 2024
1 parent 12d2079 commit 980f405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/resources/resource_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func TestAcc_ResourceDeploymentStandard(t *testing.T) {
Executor: "KUBERNETES",
SchedulerSize: string(platform.SchedulerMachineNameSMALL),
IncludeEnvironmentVariables: true,
WorkerQueuesStr: workerQueuesStr(""),
}),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(awsResourceVar, "name", awsDeploymentName),
Expand Down

0 comments on commit 980f405

Please sign in to comment.