diff --git a/templates/transactionLevel.handlebars b/templates/transactionLevel.handlebars index e7fcd15..2904242 100644 --- a/templates/transactionLevel.handlebars +++ b/templates/transactionLevel.handlebars @@ -8,7 +8,7 @@ it('{{testLevelDescription}}', function() { }); {{#if (isNotDefaultStatusCode expected.statusCode)}} - expect(response).to.have.status({{expected.statusCode}}) + expect(response).to.have.status({{expected.statusCode}}); {{/if}} {{#if expected.res}} {{#if hasValue}} @@ -18,4 +18,4 @@ it('{{testLevelDescription}}', function() { {{/if}} {{/if}} return chakram.wait(); - }); \ No newline at end of file + });