From bd23c64a1283835f5991444bb47ec3da1895ff42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 1 Jul 2024 13:05:01 +0200 Subject: Fix gophercloud lint complains --- object_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'object_test.go') diff --git a/object_test.go b/object_test.go index a385434..e5ad385 100644 --- a/object_test.go +++ b/object_test.go @@ -59,8 +59,8 @@ func must(t *testing.T, err error) { } func TestObjectTempURLSha1Only(t *testing.T) { - //setup a bogus backend, account, container and object with exact names to - //reproducibly generate a temp URL + // setup a bogus backend, account, container and object with exact names to + // reproducibly generate a temp URL account, err := InitializeAccount(tempurlBogusBackend{ mockInfoText: `{ "tempurl": { "allowed_digests": [ "sha1" ]}}`, }) @@ -74,8 +74,8 @@ func TestObjectTempURLSha1Only(t *testing.T) { } func TestObjectTempURL(t *testing.T) { - //setup a bogus backend, account, container and object with exact names to - //reproducibly generate a temp URL + // setup a bogus backend, account, container and object with exact names to + // reproducibly generate a temp URL account, err := InitializeAccount(tempurlBogusBackend{ mockInfoText: `{ "tempurl": { "allowed_digests": [ "sha1", "sha256", "sha512"]}}`, }) -- cgit v1.2.3