We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9765768 commit 6d00862Copy full SHA for 6d00862
templates/kotlin/tests/client/tests.mustache
@@ -10,6 +10,7 @@ fun `{{#lambda.replaceBacktick}}{{{testName}}}{{/lambda.replaceBacktick}}`() = r
10
for (i in 1..{{.}}) {
11
{{/times}}
12
{{#isError}}
13
+
14
assertFails {
15
{{#dynamicTemplate}}{{/dynamicTemplate}}
16
}.let { error -> assertError(error, "{{{expectedError}}}".replace("%localhost%", if (System.getenv("CI") == "true") "localhost" else "host.docker.internal")) }
0 commit comments