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 3b9fedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/data_source_keycloak_authentication_flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestAccKeycloakDataSourceAuthenticationFlow_basic(t *testing.T) {
resource.Test(t, resource.TestCase{
ProviderFactories: testAccProviderFactories,
PreCheck: func() { testAccPreCheck(t) },
CheckDestroy: testAccCheckKeycloakAuthenticationFlowDestroy(),
CheckDestroy: testAccCheckKeycloakAuthenticationFlowDestroy,
Steps: []resource.TestStep{
{
Config: testDataSourceKeycloakAuthenticationFlow_basic(alias),
Expand Down 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 3b9fedb

Please # to comment.