Skip to content

Commit b45f69a

Browse files
committed
rm @debug from test name
1 parent d3af6a2 commit b45f69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-team/template-mgmt-e2e-tests/template-mgmt-sftp-send-proof.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test.describe('SFTP proof send', () => {
4747
await sftpHelper.end();
4848
});
4949

50-
test('Sends PDF and test batch to SFTP, updates template @debug', async () => {
50+
test('Sends PDF and test batch to SFTP, updates template', async () => {
5151
const templateId = randomUUID();
5252

5353
const personalisationParameters = [

0 commit comments

Comments
 (0)