Skip to content

Commit

Permalink
execute make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-walsh committed Feb 27, 2025
1 parent ac97cd1 commit 7bcdbec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scim/resource_service_principal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ func TestResourceServicePrincipalUpdateOnAWS(t *testing.T) {
},
},
},
Resource: ResourceServicePrincipal(),
Resource: ResourceServicePrincipal(),
InstanceState: map[string]string{},
Update: true,
ID: "abc",
Update: true,
ID: "abc",
HCL: `
display_name = "New Service Principal Display Name"
allow_cluster_create = false
Expand Down

0 comments on commit 7bcdbec

Please sign in to comment.