Skip to content

Commit

Permalink
fix test to match conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
pazhersh committed Oct 3, 2023
1 parent 9562fb6 commit 93fc299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/action/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ func TestAccPortActionOrderProperties(t *testing.T) {
})
}

func TestPortActionEncryption(t *testing.T) {
func TestAccPortActionEncryption(t *testing.T) {
blueprintIdentifier := utils.GenID()
actionIdentifier := utils.GenID()
var testAccActionConfigCreate = testAccCreateBlueprintConfig(blueprintIdentifier) + fmt.Sprintf(`
Expand Down

0 comments on commit 93fc299

Please sign in to comment.