forked from TrueCloudLab/frostfs-node
[#355] morph/event: Fix delete container event test
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
244bcc5c04
commit
db94ad5567
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ func TestParseDelete(t *testing.T) {
|
||||||
})
|
})
|
||||||
|
|
||||||
t.Run("wrong container parameter", func(t *testing.T) {
|
t.Run("wrong container parameter", func(t *testing.T) {
|
||||||
_, err := ParsePut([]stackitem.Item{
|
_, err := ParseDelete([]stackitem.Item{
|
||||||
stackitem.NewMap(),
|
stackitem.NewMap(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue