Skip to content

Commit

Permalink
fix missing variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrparkers committed Jan 10, 2021
1 parent e348e93 commit 30ec9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_keycloak_custom_user_federation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestAccKeycloakCustomUserFederation_customConfig(t *testing.T) {
CheckDestroy: testAccCheckKeycloakCustomUserFederationDestroy(),
Steps: []resource.TestStep{
{
Config: testKeycloakCustomUserFederation_customConfig(realmName, name, providerId, configValue),
Config: testKeycloakCustomUserFederation_customConfig(name, providerId, configValue),
Check: testAccCheckKeycloakCustomUserFederationExistsWithCustomConfig("keycloak_custom_user_federation.custom", configValue),
},
},
Expand Down

0 comments on commit 30ec9b4

Please sign in to comment.