From 3c489c0e29486ce1a5900c4ff87f403ebbbb70fa Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 1 Jul 2024 13:15:00 +0200 Subject: fix autofixable lints --- tests/container_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/container_test.go') diff --git a/tests/container_test.go b/tests/container_test.go index 26dcaac..da05506 100644 --- a/tests/container_test.go +++ b/tests/container_test.go @@ -45,8 +45,8 @@ func TestContainerLifecycle(t *testing.T) { expectBool(t, schwift.Is(err, http.StatusNotFound), true) expectBool(t, schwift.Is(err, http.StatusNoContent), false) - //DELETE should be idempotent and not return success on non-existence, but - //OpenStack LOVES to be inconsistent with everything (including, notably, itself) + // DELETE should be idempotent and not return success on non-existence, but + // OpenStack LOVES to be inconsistent with everything (including, notably, itself) err = c.Delete(nil) expectError(t, err, fmt.Sprintf("could not DELETE %q in Swift: expected 204 response, got 404 instead:

Not Found

The resource could not be found.

", containerName)) -- cgit v1.2.3