Skip to content

Commit

Permalink
[test] nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed Jun 1, 2024
1 parent 685338f commit fca772a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/volumetype_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestGetVolumeTypeFailure(t *ltesting.T) {

func TestGetVolumeTypeSuccess(t *ltesting.T) {
vngcloud := validSdkConfig()
opt := lsvolume.NewGetVolumeTypeByIdRequest("vtype-7a7a8610-34f5-11ee-be56-0242ac120002")
opt := lsvolume.NewGetVolumeTypeByIdRequest("vtype-61c3fc5b-f4e9-45b4-8957-8aa7b6029018")
volume, sdkerr := vngcloud.VServerGateway().V1().VolumeService().GetVolumeTypeById(opt)

if sdkerr != nil {
Expand All @@ -34,7 +34,7 @@ func TestGetVolumeTypeSuccess(t *ltesting.T) {
t.Fatalf("Expect not nil but got nil")
}

t.Log("Result: ", volume)
t.Logf("Result: %+v", volume)
t.Log("PASS")
}

Expand Down

0 comments on commit fca772a

Please sign in to comment.