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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue