Skip to content

Commit

Permalink
fix: Updating port user for acc test
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Nov 7, 2024
1 parent 48c65ac commit aa53a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/fabric/service_token/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestAccFabricAsidePortServiceToken_PNFV(t *testing.T) {
ports := testing_helpers.GetFabricEnvPorts(t)
var portUuid string
if len(ports) > 0 {
portUuid = ports["ppds"]["dot1q"][0].GetUuid()
portUuid = ports["pnfv"]["dot1q"][0].GetUuid()
}
serviceTokenName, serviceTokenUpdatedName := "token_port_PNFV", "UP_Token_port_PNFV"
serviceTokenDescription, serviceTokenUpdatedDescription := "aside port token", "Updated aside port token"
Expand Down

0 comments on commit aa53a80

Please sign in to comment.