Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@typespec/http-client-java"
---

Enable the `parameters.query.QueryTests` dollar-sign test in the clientcore test module now that the `@typespec/http-specs` dollar-sign route fix is published.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

package parameters.query;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class QueryTests {
Expand All @@ -17,7 +16,6 @@ public void testConstant() {
}

@Test
@Disabled("Blocked until @typespec/http-specs publishes the dollar-sign route fix")
public void testDollarSign() {
specialCharClient.dollarSign("status eq 'active'");
}
Expand Down
Loading