Skip to content

Commit 73026d1

Browse files
committed
Fix unit test
(cherry picked from commit 323f80f)
1 parent 46dff7a commit 73026d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/XPack/Watcher/PutWatch/PutWatchApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ protected override LazyResponses ClientUsage() => Calls(
320320
port = 9200,
321321
method = "post",
322322
path = "/_bulk",
323-
authentication = new
323+
auth = new
324324
{
325325
basic = new
326326
{

0 commit comments

Comments
 (0)