Skip to content

Commit c079844

Browse files
committed
test fix
1 parent 75d07c2 commit c079844

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/provider/resources/resource_deployment_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ func TestAcc_ResourceDeploymentHybrid(t *testing.T) {
9191
resource.TestCheckResourceAttr(resourceVar, "environment_variables.#", "0"),
9292
resource.TestCheckResourceAttr(resourceVar, "executor", "CELERY"),
9393
resource.TestCheckResourceAttr(resourceVar, "scheduler_au", "6"),
94-
resource.TestCheckResourceAttr(resourceVar, "workload_identity", "arn:aws:iam::123456789:role/AirflowS3Logs-clmk2qqia000008mhff3ndjr0"),
9594
// Check via API that deployment exists
9695
testAccCheckDeploymentExistence(t, deploymentName, false, true),
9796
),

0 commit comments

Comments
 (0)