Skip to content

Commit 4eb22ee

Browse files
authored
Remove redundant open PIT API URL test (#5980)
* Remove redundant open PIT APPI URL test * Add back missing const
1 parent 4a9e6a9 commit 4eb22ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Tests/Search/PointInTime/PointInTimeUrlTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ public class OpenPointInTimeUrlTests
1414
{
1515
[U] public async Task Urls()
1616
{
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-
2317
const string index = "devs";
2418

2519
await POST($"/{index}/_pit")

0 commit comments

Comments
 (0)