Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Aug 5, 2024
1 parent 7c6dd48 commit e5ff1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/entity/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func TestAccPortEntityImport(t *testing.T) {
entityId := fmt.Sprintf("%s:%s", blueprintIdentifier, entityIdentifier)
var testAccActionConfigCreate = fmt.Sprintf(`
resource "port_blueprint" "microservice" {
title = "blueprint"
title = "TF Provider Test BP0"
icon = "Terraform"
identifier = "%s"
properties = {
Expand Down

0 comments on commit e5ff1fa

Please sign in to comment.