Skip to content

Commit a3f473b

Browse files
authored
fix: Fixing failing OIDC test (#4791)
1 parent 09fec57 commit a3f473b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_aws_oidc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func TestAwsReadTerragruntAuthProviderCmdWithOIDCRemoteState(t *testing.T) {
188188
_, _, err := helpers.RunTerragruntCommandWithOutput(
189189
t,
190190
fmt.Sprintf(
191-
"terragrunt apply --working-dir %s --auth-provider-cmd %s --non-interactive --log-level trace",
191+
"terragrunt apply --working-dir %s --auth-provider-cmd %s --non-interactive --backend-bootstrap --log-level trace",
192192
remoteStateOIDCPath,
193193
mockAuthCmd,
194194
),

0 commit comments

Comments
 (0)