Skip to content

Commit cb9ece3

Browse files
committed
Add scroll to intialiser syntax to fix unit test for OpaqueIdApiTests
1 parent b57b2a2 commit cb9ece3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tests/Search/Search/SearchApiTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ public OpaqueIdApiTests(ReadOnlyCluster cluster, EndpointUsage usage) : base(clu
378378
RequestConfiguration = new RequestConfiguration
379379
{
380380
OpaqueId = OpaqueId
381-
}
381+
},
382+
Scroll = "10m"
382383
};
383384

384385
protected override LazyResponses ClientUsage() => Calls(

0 commit comments

Comments
 (0)