Error: Team with Id 1 doesn't exists
on /var/folders/tr/6b9zfsdx3m1_vfz8yr89px0h0000gn/T/tf-test568526391/main.tf line 2:
(source code not available)
=== RUN TestAccAWXUserRole
--- FAIL: TestAccAWXUserRole (0.54s)
testing.go:568: Step 0 error: errors during apply:
Error: User with Id 1 doesn't exists
on /var/folders/tr/6b9zfsdx3m1_vfz8yr89px0h0000gn/T/tf-test707878273/main.tf line 2:
(source code not available)
Error: User with Id 1 doesn't exists
on /var/folders/tr/6b9zfsdx3m1_vfz8yr89px0h0000gn/T/tf-test707878273/main.tf line 10:
(source code not available)
=== RUN TestAccAWXTeam
--- PASS: TestAccAWXTeam (2.56s)
=== RUN TestAccAWXUser
--- PASS: TestAccAWXUser (1.89s)
FAIL
FAIL github.com/dahendel/terraform-provider-awx2/awx 42.845s
FAIL`
Hi,
I started evaluating this today but ran into the following test errors when running against a fresh v11.0 AWX instance.
`--- FAIL: TestAccAWXTeamRole (0.39s) testing.go:568: Step 0 error: errors during apply:
=== RUN TestAccAWXUserRole --- FAIL: TestAccAWXUserRole (0.54s) testing.go:568: Step 0 error: errors during apply:
=== RUN TestAccAWXTeam --- PASS: TestAccAWXTeam (2.56s) === RUN TestAccAWXUser --- PASS: TestAccAWXUser (1.89s) FAIL FAIL github.com/dahendel/terraform-provider-awx2/awx 42.845s FAIL`