@@ -296,7 +296,7 @@ describe('SslCertificateApiV1', () => {
296296 } ) ;
297297
298298 describe ( 'negative tests' , ( ) => {
299- test ( 'should enforce required parameters' , async => {
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 => {
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 => {
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 => {
756+ test ( 'should enforce required parameters' , async ( ) => {
757757 let err ;
758758 try {
759759 await sslCertificateApiService . deleteCustomCertificate ( { } ) ;
0 commit comments