Skip to content

Commit 660151a

Browse files
committed
fix: minor tweak
dependency: none
1 parent 074e352 commit 660151a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/unit/cis/ssl-certificate-api.v1.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ describe('SslCertificateApiV1', () => {
296296
});
297297

298298
describe('negative tests', () => {
299-
test('should enforce required parameters', async done => {
299+
test('should enforce required parameters', async => {
300300
let err;
301301
try {
302302
await sslCertificateApiService.deleteCertificate({});
@@ -582,7 +582,7 @@ describe('SslCertificateApiV1', () => {
582582
});
583583

584584
describe('negative tests', () => {
585-
test('should enforce required parameters', async done => {
585+
test('should enforce required parameters', async => {
586586
let err;
587587
try {
588588
await sslCertificateApiService.getCustomCertificate({});
@@ -677,7 +677,7 @@ describe('SslCertificateApiV1', () => {
677677
});
678678

679679
describe('negative tests', () => {
680-
test('should enforce required parameters', async done => {
680+
test('should enforce required parameters', async => {
681681
let err;
682682
try {
683683
await sslCertificateApiService.updateCustomCertificate({});
@@ -753,7 +753,7 @@ describe('SslCertificateApiV1', () => {
753753
});
754754

755755
describe('negative tests', () => {
756-
test('should enforce required parameters', async done => {
756+
test('should enforce required parameters', async => {
757757
let err;
758758
try {
759759
await sslCertificateApiService.deleteCustomCertificate({});

0 commit comments

Comments
 (0)