Skip to content

Commit c5119b6

Browse files
committed
fix tests and record cassettes
1 parent 9a95800 commit c5119b6

File tree

5 files changed

+2895
-2
lines changed

5 files changed

+2895
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/moby/buildkit v0.11.6
2525
github.com/opencontainers/go-digest v1.0.0
2626
github.com/pkg/errors v0.9.1
27-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.20.0.20230911082817-45ad1e03b1bb
27+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21
2828
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2929
github.com/spf13/cobra v1.7.0
3030
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,8 @@ github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDj
493493
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
494494
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.20.0.20230911082817-45ad1e03b1bb h1:symGjmphE602x27B1kY17r2BamxUaO5alk8y/Vw5N5M=
495495
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.20.0.20230911082817-45ad1e03b1bb/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
496+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21 h1:yWfiTPwYxB0l5fGMhl/G+liULugVIHD9AU77iNLrURQ=
497+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
496498
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
497499
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
498500
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

internal/namespaces/instance/v1/custom_server_create_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ func Test_CreateServerScratchStorage(t *testing.T) {
506506
if !exist {
507507
t.Fatalf("Expected an additional scratch volume, found none")
508508
}
509-
assert.Equal(t, additionalVolume.VolumeType, instance.VolumeServerVolumeTypeBSSD)
509+
assert.Equal(t, additionalVolume.VolumeType, instance.VolumeServerVolumeTypeScratch)
510510
},
511511
),
512512
DisableParallel: true,

0 commit comments

Comments
 (0)