Skip to content

Commit 9f4e63e

Browse files
author
David Kraushuber
committed
Replaced test ID for working App store ID
1 parent f758a9c commit 9f4e63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provider/app_resource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ func TestAccAppResourceWithAppStoreIdAttr(t *testing.T) {
1414
{
1515
Config: providerConfig + `
1616
resource "simplemdm_app" "testapp" {
17-
app_store_id = "1477376905"
17+
app_store_id = "357852748"
1818
deploy_to = "outdated"
1919
}
2020
`,
2121
Check: resource.ComposeAggregateTestCheckFunc(
2222
// Verify attributes
23-
resource.TestCheckResourceAttr("simplemdm_app.testapp", "app_store_id", "1477376905"),
23+
resource.TestCheckResourceAttr("simplemdm_app.testapp", "app_store_id", "357852748"),
2424

2525
// Verify dynamic values have any value set in the state.
2626
resource.TestCheckResourceAttrSet("simplemdm_app.testapp", "id"),

0 commit comments

Comments
 (0)