We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469c362 commit d721d2eCopy full SHA for d721d2e
src/Tests/Tests/Indices/AliasManagement/GetAlias/GetAliasApiTests.cs
@@ -108,7 +108,11 @@ protected override void ExpectResponse(GetAliasResponse response)
108
{
109
response.ServerError.Should().NotBeNull();
110
response.ServerError.Error.Reason.Should().Contain("missing");
111
+
112
+ response.IsValid.Should().BeFalse();
113
114
response.Indices.Should().NotBeNull();
115
+ response.Indices.Should().BeEmpty();
116
}
117
118
0 commit comments