Skip to content

Commit ef21cfa

Browse files
CLOUDP-302985: Fix test
1 parent 9bf68e3 commit ef21cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/spectral/ipa/__tests__/getMethodHasNoRequestBody.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@ testRule('xgen-IPA-104-get-method-no-request-body', [
8282
errors: [
8383
{
8484
code: 'xgen-IPA-104-get-method-no-request-body',
85-
message: 'The Get method request must not include a body. http://go/ipa/104',
85+
message: 'The Get method must not include a request body. http://go/ipa/104',
8686
path: ['paths', '/resource/{id}', 'get'],
8787
severity: DiagnosticSeverity.Warning,
8888
},
8989
{
9090
code: 'xgen-IPA-104-get-method-no-request-body',
91-
message: 'The Get method request must not include a body. http://go/ipa/104',
91+
message: 'The Get method must not include a request body. http://go/ipa/104',
9292
path: ['paths', '/resource/{id}/singleton', 'get'],
9393
severity: DiagnosticSeverity.Warning,
9494
},
9595
{
9696
code: 'xgen-IPA-104-get-method-no-request-body',
97-
message: 'The Get method request must not include a body. http://go/ipa/104',
97+
message: 'The Get method must not include a request body. http://go/ipa/104',
9898
path: ['paths', '/resource/{id}:custom', 'get'],
9999
severity: DiagnosticSeverity.Warning,
100100
},

0 commit comments

Comments
 (0)