Skip to content

Commit

Permalink
added test for no sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal-Be committed Sep 8, 2024
1 parent a74e1ee commit eb32f29
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 @@ -489,6 +489,7 @@ func TestAccPortActionImport(t *testing.T) {
resource.TestCheckResourceAttr("port_action.create_microservice", "webhook_method.url", "https://getport.io"),
resource.TestCheckResourceAttr("port_action.create_microservice", "self_service_trigger.user_properties.string_props.myStringIdentifier.title", "My String Identifier"),
resource.TestCheckResourceAttr("port_action.create_microservice", "self_service_trigger.user_properties.string_props.myStringIdentifier.required", "true"),
resource.TestCheckNoResourceAttr("port_action.create_microservice", "self_service_trigger.user_properties.string_props.myStringIdentifier.sort"),
),
},
{
Expand Down Expand Up @@ -2261,4 +2262,3 @@ func TestAccPortActionSort(t *testing.T) {
},
})
}

0 comments on commit eb32f29

Please sign in to comment.