Skip to content

Commit 28fdda6

Browse files
authored
Merge pull request #2 from matrus2/patch-1
Template doesn't pass json validatation
2 parents 3724448 + 82f4fed commit 28fdda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tanzu Mission Control.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
"postman.clearEnvironmentVariable(\"installerLink\");",
333333
"var data = JSON.parse(responseBody);",
334334
"tests[\"installerLink is not null\"] = data.cluster.status.installerLink !== \"\";",
335-
"pm.collectionVariables.set("installerLink", data.cluster.status.installerLink);"
335+
"pm.collectionVariables.set(\"installerLink\", data.cluster.status.installerLink);"
336336
],
337337
"type": "text/javascript"
338338
}

0 commit comments

Comments
 (0)