Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Oct 9, 2023
1 parent 0e691fb commit ca04233
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import (
"testing"
)

func TestAccConsulServiceDefaultsConfiEEEntryTest(t *testing.T) {
func TestAccConsulServiceDefaultsConfigEEEntryTest(t *testing.T) {
providers, _ := startTestServer(t)

resource.Test(t, resource.TestCase{
PreCheck: func() { skipTestOnConsulEnterpriseEdition(t) },
PreCheck: func() { skipTestOnConsulCommunityEdition(t) },
Providers: providers,
Steps: []resource.TestStep{
{
Expand Down

0 comments on commit ca04233

Please sign in to comment.