Skip to content

Commit

Permalink
fix users test
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanilo committed Jan 22, 2024
1 parent 5ef8588 commit 2ea65ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twingate/internal/test/acctests/datasource/users_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestAccDatasourceTwingateUsers_basic(t *testing.T) {

users, err := acctests.GetTestUsers()
if err != nil && !errors.Is(err, acctests.ErrResourceNotFound) {
t.Error(err)
t.Skip("can't run test:", err)
}

resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit 2ea65ae

Please sign in to comment.