forked from TrueCloudLab/frostfs-sdk-go
[#274] client/status: Fix check in TestNodeUnderMaintenance
test
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
parent
d00892f418
commit
7f6eda566a
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ func TestNodeUnderMaintenance(t *testing.T) {
|
|||
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue