Skip to content

Commit 2e3e558

Browse files
Update file references after serverless-tests move
1 parent 531d3ab commit 2e3e558

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ requestHeaders:
414414

415415
## Example configuration
416416

417-
Please view the example [serverless.yml](test/serverless\ 2/serverless.yml).
417+
Please view the example [serverless.yml](test/serverless-tests/serverless%202/serverless.yml).
418418

419419
## Notes on schemas
420420

test/serverless-tests/inferred/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider:
55
runtime: nodejs14.x
66

77
plugins:
8-
- ../../index.js
8+
- ../../../index.js
99

1010
functions:
1111
updateUser:

test/serverless-tests/serverless 1/serverless.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ provider:
66
runtime: nodejs14.x
77

88
plugins:
9-
- ../../index.js
9+
- ../../../index.js
1010

1111
functions:
1212
createUser:
@@ -59,12 +59,12 @@ custom:
5959
- name: ErrorResponse
6060
description: This is an error
6161
contentType: application/json
62-
schema: ${file(models/ErrorResponse.json)}
62+
schema: ${file(../../models/ErrorResponse.json)}
6363

6464
- name: PutDocumentResponse
6565
description: PUT Document response model (external reference example)
6666
contentType: application/json
67-
schema: ${file(models/PutDocumentResponse.json)}
67+
schema: ${file(../../models/PutDocumentResponse.json)}
6868

6969
- name: PutDocumentRequest
7070
description: PUT Document request model (inline example)

test/serverless-tests/serverless 2/serverless.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider:
55
runtime: nodejs14.x
66

77
plugins:
8-
- ../../index.js
8+
- ../../../index.js
99

1010
functions:
1111
createUser:
@@ -99,13 +99,13 @@ custom:
9999
description: This is an error
100100
content:
101101
application/json:
102-
schema: ${file(../models/ErrorResponse.json)}
102+
schema: ${file(../../models/ErrorResponse.json)}
103103

104104
- name: PutDocumentResponse
105105
description: PUT Document response model (external reference example)
106106
content:
107107
application/json:
108-
schema: ${file(../models/PutDocumentResponse.json)}
108+
schema: ${file(../../models/PutDocumentResponse.json)}
109109

110110
- name: PutDocumentRequest
111111
description: PUT Document request model (inline example)

test/serverless-tests/serverless 3/serverless.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider:
55
runtime: nodejs14.x
66

77
plugins:
8-
- ../../index.js
8+
- ../../../index.js
99

1010
functions:
1111
createUser:
@@ -66,13 +66,13 @@ custom:
6666
description: This is an error
6767
content:
6868
application/json:
69-
schema: ${file(../models/ErrorResponse.json)}
69+
schema: ${file(../../models/ErrorResponse.json)}
7070

7171
- name: PutDocumentResponse
7272
description: PUT Document response model (external reference example)
7373
content:
7474
application/json:
75-
schema: ${file(../models/PutDocumentResponse.json)}
75+
schema: ${file(../../models/PutDocumentResponse.json)}
7676

7777
- name: PutDocumentRequest
7878
description: PUT Document request model (inline example)

test/serverless-tests/serverless httpApi/serverless.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider:
55
runtime: nodejs14.x
66

77
plugins:
8-
- ../../index.js
8+
- ../../../index.js
99

1010
functions:
1111
updateUser:
@@ -117,13 +117,13 @@ custom:
117117
description: This is an error
118118
content:
119119
application/json:
120-
schema: ${file(../models/ErrorResponse.json)}
120+
schema: ${file(../../models/ErrorResponse.json)}
121121

122122
- name: PutDocumentResponse
123123
description: PUT Document response model (external reference example)
124124
content:
125125
application/json:
126-
schema: ${file(../models/PutDocumentResponse.json)}
126+
schema: ${file(../../models/PutDocumentResponse.json)}
127127

128128
- name: PutDocumentRequest
129129
description: PUT Document request model (inline example)

0 commit comments

Comments
 (0)