Skip to content

Commit f5b7416

Browse files
committed
fix tests and change omit fields to be computed
1 parent 2ca6206 commit f5b7416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

port/action/resource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ func TestAccPortActionAdvancedFormConfigurations(t *testing.T) {
498498
myStringIdentifier3 = {
499499
title = "myStringIdentifier3"
500500
required = false
501-
format = "entity"
502-
blueprint = port_blueprint.microservice.id
501+
format = "entity"
502+
blueprint = port_blueprint.microservice.id
503503
dataset = {
504504
"combinator" : "and",
505505
"rules" : [

0 commit comments

Comments
 (0)