@@ -47,7 +47,7 @@ func TestAccPortTeamUpdate(t *testing.T) {
47
47
resource "port_team" "team" {
48
48
name = "%s"
49
49
description = "Test description2"
50
-
50
+
51
51
}` , teamName )
52
52
53
53
resource .Test (t , resource.TestCase {
@@ -68,7 +68,7 @@ func TestAccPortTeamUpdate(t *testing.T) {
68
68
resource .TestCheckResourceAttr ("port_team.team" , "name" , teamName ),
69
69
resource .TestCheckResourceAttr ("port_team.team" , "description" , "Test description2" ),
70
70
resource .TestCheckResourceAttr ("port_team.team" , "users.#" , "1" ),
71
- resource .
TestCheckResourceAttr (
"port_team.team" ,
"users.0" ,
"[email protected] " ),
71
+ resource .
TestCheckResourceAttr (
"port_team.team" ,
"users.0" ,
"[email protected] " ),
72
72
),
73
73
},
74
74
},
@@ -119,7 +119,7 @@ func TestAccPortTeamImport(t *testing.T) {
119
119
resource "port_team" "team" {
120
120
name = "%s"
121
121
description = "Test description"
122
-
122
+
123
123
}` , teamName )
124
124
125
125
resource .Test (t , resource.TestCase {
@@ -132,7 +132,7 @@ func TestAccPortTeamImport(t *testing.T) {
132
132
resource .TestCheckResourceAttr ("port_team.team" , "name" , teamName ),
133
133
resource .TestCheckResourceAttr ("port_team.team" , "description" , "Test description" ),
134
134
resource .TestCheckResourceAttr ("port_team.team" , "users.#" , "1" ),
135
- resource .
TestCheckResourceAttr (
"port_team.team" ,
"users.0" ,
"[email protected] " ),
135
+ resource .
TestCheckResourceAttr (
"port_team.team" ,
"users.0" ,
"[email protected] " ),
136
136
),
137
137
},
138
138
{
0 commit comments