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 d063085 commit 3e8dee4Copy full SHA for 3e8dee4
src/Tests/Tests/Search/SearchUsageTestBase.cs
@@ -30,7 +30,7 @@ protected override LazyResponses ClientUsage() => Calls(
30
Value = Project.TypeName
31
};
32
33
- protected object ProjectFilterExpectedJson = new {term = new {name = new {value = Project.TypeName}}};
+ protected object ProjectFilterExpectedJson = new {term = new {type = new {value = Project.TypeName}}};
34
35
}
36
0 commit comments