Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanilo committed Dec 14, 2023
1 parent 7a0791d commit ac27998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func TestAccDatasourceTwingateServicesAllCursors(t *testing.T) {
Check: acctests.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(theDatasource, attr.ID, "all-services"),
),
ExpectNonEmptyPlan: true,
//ExpectNonEmptyPlan: true,
},
{
Config: datasourceServicesConfig(prefix),
Expand Down

0 comments on commit ac27998

Please sign in to comment.