[#274] client/status: Fix check in TestNodeUnderMaintenance
test
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
parent
fdbe990f80
commit
d6c30ca649
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ func TestNodeUnderMaintenance(t *testing.T) {
|
||||||
|
|
||||||
stV2 := st.ToStatusV2()
|
stV2 := st.ToStatusV2()
|
||||||
|
|
||||||
require.Empty(t, "", stV2.Message())
|
require.Equal(t, "node is under maintenance", stV2.Message())
|
||||||
})
|
})
|
||||||
|
|
||||||
t.Run("non-empty to V2", func(t *testing.T) {
|
t.Run("non-empty to V2", func(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue