Skip to content

Commit

Permalink
check mtls test
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omerma committed Dec 5, 2024
1 parent ac368cc commit 8520727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/web-app-asset/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func ReadWebApplicationAssetToResourceData(asset models.WebApplicationAsset, d *
}

d.Set("proxy_setting", proxySettingsSchemaMap)
d.Set("mtls", mTLSsSchemaMap)
d.Set("mtls", mTLSsMap)

sourceIdentifiersSchema := asset.SourceIdentifiers.ToSchema()
sourceIdentifiersSchemaMap, err := utils.UnmarshalAs[[]map[string]any](sourceIdentifiersSchema)
Expand Down

0 comments on commit 8520727

Please sign in to comment.