mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-04-27 02:58:28 +02:00
chore: Update testinstanz to 8.5
This commit is contained in:
@@ -23,7 +23,8 @@ func TestAccBitbucketDataUser(t *testing.T) {
|
||||
resource.TestCheckResourceAttr("data.bitbucketserver_user.test", "name", "admin"),
|
||||
resource.TestCheckResourceAttr("data.bitbucketserver_user.test", "email_address", "admin@example.com"),
|
||||
resource.TestCheckResourceAttr("data.bitbucketserver_user.test", "display_name", "Admin"),
|
||||
resource.TestCheckResourceAttr("data.bitbucketserver_user.test", "user_id", "1"),
|
||||
// not sure, why admin has user_id 2 by default, but it seems to be the case since the bitbucket server update
|
||||
resource.TestCheckResourceAttr("data.bitbucketserver_user.test", "user_id", "2"),
|
||||
),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user