Skip to content

Commit

Permalink
Fix token test check that keeps changing value by artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed May 20, 2024
1 parent 386c471 commit 679c5fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestAccScopedToken_UpgradeGH_818(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(fqrn, "username", "testuser"),
resource.TestCheckResourceAttr(fqrn, "scopes.#", "1"),
resource.TestCheckResourceAttr(fqrn, "expires_in", "32000000"),
resource.TestCheckResourceAttrSet(fqrn, "expires_in"),
resource.TestCheckNoResourceAttr(fqrn, "audiences"),
resource.TestCheckResourceAttrSet(fqrn, "access_token"),
resource.TestCheckNoResourceAttr(fqrn, "refresh_token"),
Expand Down

0 comments on commit 679c5fb

Please sign in to comment.