Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Aug 7, 2024
1 parent 85c1023 commit ab299dc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions test/integration/bundle/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ info:
title: Account Service
version: 1.0.0
description: This service is in charge of processing user logouts
channels:
user/loggedOut:
unsubcribe:
message:
$ref: 'test/integration/bundle/messages.yaml#/messages/UserLoggedOut'
4 changes: 0 additions & 4 deletions test/integration/bundle/final-asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ channels:
subscribe:
message:
$ref: '#/components/messages/UserSignedUp'
user/loggedOut:
unsubcribe:
message:
$ref: '#/components/messages/UserLoggedOut'
components:
messages:
UserSignedUp:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/bundle/first-asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ channels:
user/signedup:
subscribe:
message:
$ref: "./test/integration/bundle/messages.yaml#/messages/UserSignedUp"
$ref: "./messages.yaml#/messages/UserSignedUp"
2 changes: 1 addition & 1 deletion test/integration/bundle/first-asyncapiv3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ info:
description: Example Service.
channels:
commentLikedChannel:
$ref: './test/integration/bundle/channels.yaml#/channels/commentLikedChannel'
$ref: './channels.yaml#/channels/commentLikedChannel'

0 comments on commit ab299dc

Please sign in to comment.