Skip to content

Commit

Permalink
additional test for /
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualBean committed Jan 23, 2025
1 parent 2666c7f commit 5822895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/LEGO.AsyncAPI.Tests/Validation/ValidationRuleTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public void ChannelKey_WithInvalidParameter_DiagnosticsError(string channelKey)

[Test]
[TestCase("chat")]
[TestCase("/some/chat/{personId}")]
[TestCase("chat-{personId}")]
[TestCase("chat-{person_id}")]
[TestCase("chat-{person%2Did}")]
Expand Down

0 comments on commit 5822895

Please sign in to comment.