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:
parent
8a31298c9b
commit
71177d8348
4 changed files with 3 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue