File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ describe('[integration testing] bundler should ', () => {
209209 } ,
210210 messages : [
211211 {
212- $ref : '#/channels/lightTurnOn/ messages/turnOn ' ,
212+ $ref : '#/components/ messages/turnOnOff ' ,
213213 } ,
214214 ] ,
215215 } ,
@@ -220,7 +220,7 @@ describe('[integration testing] bundler should ', () => {
220220 } ,
221221 messages : [
222222 {
223- $ref : '#/channels/lightTurnOff/ messages/turnOff ' ,
223+ $ref : '#/components/ messages/turnOnOff ' ,
224224 } ,
225225 ] ,
226226 } ,
@@ -233,7 +233,7 @@ describe('[integration testing] bundler should ', () => {
233233 'Inform about environmental lighting conditions of a particular streetlight.' ,
234234 messages : [
235235 {
236- $ref : '#/channels/lightingMeasured /messages/lightMeasured' ,
236+ $ref : '#/components /messages/lightMeasured' ,
237237 } ,
238238 ] ,
239239 } ,
You can’t perform that action at this time.
0 commit comments