fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.10.0 (#280)

* fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.10.0

* Remove usages of RetryTimeout in tests

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: João Palet <joao.palet@freiheit.com>
This commit is contained in:
stackit-pipeline 2024-02-28 15:47:24 +01:00 committed by GitHub
parent 8a31298c9b
commit 71177d8348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 9 deletions

View file

@ -395,7 +395,6 @@ func TestReadCredentials(t *testing.T) {
client, err := objectstorage.NewAPIClient(
config.WithEndpoint(mockedServer.URL),
config.WithoutAuthentication(),
config.WithRetryTimeout(time.Millisecond),
)
if err != nil {
t.Fatalf("Failed to initialize client: %v", err)

View file

@ -8,7 +8,6 @@ import (
"net/http/httptest"
"strings"
"testing"
"time"
"github.com/google/go-cmp/cmp"
"github.com/gorilla/mux"
@ -464,7 +463,6 @@ func TestUpdateACLs(t *testing.T) {
client, err := secretsmanager.NewAPIClient(
config.WithEndpoint(mockedServer.URL),
config.WithoutAuthentication(),
config.WithRetryTimeout(time.Millisecond),
)
if err != nil {
t.Fatalf("Failed to initialize client: %v", err)