We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/
1 parent 2666c7f commit 5822895Copy full SHA for 5822895
test/LEGO.AsyncAPI.Tests/Validation/ValidationRuleTests.cs
@@ -48,6 +48,7 @@ public void ChannelKey_WithInvalidParameter_DiagnosticsError(string channelKey)
48
49
[Test]
50
[TestCase("chat")]
51
+ [TestCase("/some/chat/{personId}")]
52
[TestCase("chat-{personId}")]
53
[TestCase("chat-{person_id}")]
54
[TestCase("chat-{person%2Did}")]
0 commit comments