github.com/TrueCloudLab/frostfs-api-go/v2@v2.0.0-20230228134343-196241c4e79a/container/status_test.go (about) 1 package container_test 2 3 import ( 4 "testing" 5 6 "github.com/TrueCloudLab/frostfs-api-go/v2/container" 7 statustest "github.com/TrueCloudLab/frostfs-api-go/v2/status/test" 8 ) 9 10 func TestStatusCodes(t *testing.T) { 11 statustest.TestCodes(t, container.LocalizeFailStatus, container.GlobalizeFail, 12 container.StatusNotFound, 3072, 13 container.StatusEACLNotFound, 3073, 14 ) 15 }