Skip to content

Commit d721d2e

Browse files
committed
Additional clarification on GetAlias response test
1 parent 469c362 commit d721d2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Tests/Tests/Indices/AliasManagement/GetAlias/GetAliasApiTests.cs

+4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ protected override void ExpectResponse(GetAliasResponse response)
108108
{
109109
response.ServerError.Should().NotBeNull();
110110
response.ServerError.Error.Reason.Should().Contain("missing");
111+
112+
response.IsValid.Should().BeFalse();
113+
111114
response.Indices.Should().NotBeNull();
115+
response.Indices.Should().BeEmpty();
112116
}
113117
}
114118
}

0 commit comments

Comments
 (0)