Skip to content

Commit 5822895

Browse files
committed
additional test for /
1 parent 2666c7f commit 5822895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/LEGO.AsyncAPI.Tests/Validation/ValidationRuleTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public void ChannelKey_WithInvalidParameter_DiagnosticsError(string channelKey)
4848

4949
[Test]
5050
[TestCase("chat")]
51+
[TestCase("/some/chat/{personId}")]
5152
[TestCase("chat-{personId}")]
5253
[TestCase("chat-{person_id}")]
5354
[TestCase("chat-{person%2Did}")]

0 commit comments

Comments
 (0)