Skip to content

Commit f19285c

Browse files
CCM-12090: Remove test.only
1 parent a274b7c commit f19285c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-team/template-mgmt-api-tests/create-template.api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ test.describe('POST /v1/template', () => {
108108
});
109109

110110
test.describe('NHS_APP templates', () => {
111-
test.only('returns 201 if template is valid', async ({ request }) => {
111+
test('returns 201 if template is valid', async ({ request }) => {
112112
const template = TemplateAPIPayloadFactory.getCreateTemplatePayload({
113113
templateType: 'NHS_APP',
114114
});

0 commit comments

Comments
 (0)