Skip to content

Commit 323f80f

Browse files
committed
Fix unit test
1 parent e285f77 commit 323f80f

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
@@ -319,7 +319,7 @@ protected override LazyResponses ClientUsage() => Calls(
319319
port = 9200,
320320
method = "post",
321321
path = "/_bulk",
322-
authentication = new
322+
auth = new
323323
{
324324
basic = new
325325
{

0 commit comments

Comments
 (0)