Skip to content

Commit

Permalink
FIx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirsegev committed Sep 11, 2023
1 parent 7226103 commit 72599b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions port/team/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestAccPortTeamUpdate(t *testing.T) {

var testAccTeamConfigUpdate = `
resource "port_team" "team" {
name = "Test"
name = "Tf-Test"
description = "Test description2"
users = ["[email protected]"]
}`
Expand Down Expand Up @@ -96,7 +96,7 @@ func TestAccPortTeamImport(t *testing.T) {
ResourceName: "port_team.team",
ImportState: true,
ImportStateVerify: true,
ImportStateId: "Test",
ImportStateId: "Tf-Test",
ImportStateVerifyIgnore: []string{"provider_name"},
},
},
Expand Down

0 comments on commit 72599b1

Please sign in to comment.