Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Apr 15, 2024
1 parent 00b907a commit 01ffe84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/platform/resource_permission_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func TestAccPermission_full(t *testing.T) {
resource "artifactory_managed_user" "{{ .userName }}" {
name = "{{ .userName }}"
email = "{{ .userName }}@tempurl.org"
password = "Password!123"
}
resource "artifactory_group" "{{ .groupName }}" {
Expand Down Expand Up @@ -66,6 +67,7 @@ func TestAccPermission_full(t *testing.T) {
resource "artifactory_managed_user" "{{ .userName }}" {
name = "{{ .userName }}"
email = "{{ .userName }}@tempurl.org"
password = "Password!123"
}
resource "artifactory_group" "{{ .groupName }}" {
Expand Down

0 comments on commit 01ffe84

Please sign in to comment.