Skip to content

Commit

Permalink
Remove test skip from TestGetDevicesTs
Browse files Browse the repository at this point in the history
This was fixed upstream via
cisco-open/terraform-provider-meraki#132
  • Loading branch information
zbuchheit committed Aug 8, 2024
1 parent 6a301ce commit d98a8bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ import (
)

func TestGetDevicesTs(t *testing.T) {
t.Skip("Skipping Pulumi Test as this currently doesn't work. See https://github.com/pulumi/pulumi-meraki/issues/134 for more details")
checkBaseEnvVars(t)
test := pulumitest.NewPulumiTest(t, "get-devices-ts",
checkBaseEnvVars(t)
test := pulumitest.NewPulumiTest(t, "get-devices-ts",
opttest.LocalProviderPath("meraki", filepath.Join(getCwd(t), "..", "bin")),
)
test.SetConfig("organizationId", os.Getenv(EnvMerakiOrgID))
Expand Down

0 comments on commit d98a8bf

Please sign in to comment.