Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
David MEJIA committed Mar 1, 2021
1 parent dcc362c commit 9d1d590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/data_source_keycloak_authentication_flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestAccKeycloakDataSourceAuthenticationExecution_wrongAlias(t *testing.T) {
resource.Test(t, resource.TestCase{
ProviderFactories: testAccProviderFactories,
PreCheck: func() { testAccPreCheck(t) },
CheckDestroy: testAccCheckKeycloakAuthenticationExecutionConfigDestroy,
CheckDestroy: testAccCheckKeycloakAuthenticationFlowDestroy(),
Steps: []resource.TestStep{
{
Config: testDataSourceKeycloakAuthenticationFlow_wrongAlias(alias),
Expand Down

0 comments on commit 9d1d590

Please # to comment.