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 8, 2024
1 parent 9d0337e commit 8015e17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/resources/tests/add-mtls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@ func TestAccWebApplicationAssetWithmTLSFull(t *testing.T) {
"asset_type": "WebApplication",
"intelligence_tags": "",
"tags.#": "3",
"tags.0.key": "tagkey1",
"tags.0.value": "tagvalue2",
"tags.1.key": "tagkey2",
"tags.1.value": "tagvalue1",
"tags.2.key": "tagkey3",
"tags.2.value": "tagvalue3",
"tags.0.key": "tagkey3",
"tags.0.value": "tagvalue3",
"tags.1.key": "tagkey1",
"tags.1.value": "tagvalue2",
"tags.2.key": "tagkey2",
"tags.2.value": "tagvalue1",

//"proxy_setting.3.%": "3",
//"proxy_setting.4.%": "3",
Expand Down

0 comments on commit 8015e17

Please sign in to comment.