Skip to content

Commit

Permalink
azuread_application: TestAccApplication_basic test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Jun 25, 2024
1 parent 53dd076 commit bac9935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestAccApplication_basic(t *testing.T) {
check.That(data.ResourceName).Key("application_id").Exists(),
check.That(data.ResourceName).Key("client_id").Exists(),
check.That(data.ResourceName).Key("object_id").Exists(),
check.That(data.ResourceName).Key("password").DoesNotExist(),
check.That(data.ResourceName).Key("password.#").HasValue("0"),
check.That(data.ResourceName).Key("display_name").HasValue(fmt.Sprintf("acctest-APP-%d", data.RandomInteger)),
),
},
Expand Down

0 comments on commit bac9935

Please sign in to comment.