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 4a9e6a9 commit 4eb22eeCopy full SHA for 4eb22ee
tests/Tests/Search/PointInTime/PointInTimeUrlTests.cs
@@ -14,12 +14,6 @@ public class OpenPointInTimeUrlTests
14
{
15
[U] public async Task Urls()
16
17
- await POST("/_pit")
18
- .Fluent(c => c.OpenPointInTime())
19
- .Request(c => c.OpenPointInTime(new OpenPointInTimeRequest()))
20
- .FluentAsync(c => c.OpenPointInTimeAsync())
21
- .RequestAsync(c => c.OpenPointInTimeAsync(new OpenPointInTimeRequest()));
22
-
23
const string index = "devs";
24
25
await POST($"/{index}/_pit")
0 commit comments