Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wackxu committed Aug 22, 2018
1 parent 080b5cb commit ecb4817
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/connection/connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ func TestCreateSnapshot(t *testing.T) {
name: "fail for volume without csi source",
snapshotName: defaultName,
volume: volumeWithoutCSI,
secrets: createSecrets,
input: nil,
output: nil,
expectError: true,
Expand All @@ -459,7 +458,6 @@ func TestCreateSnapshot(t *testing.T) {
name: "gRPC transient error",
snapshotName: defaultName,
volume: csiVolume,
secrets: createSecrets,
input: defaultRequest,
output: nil,
injectError: codes.DeadlineExceeded,
Expand All @@ -469,7 +467,6 @@ func TestCreateSnapshot(t *testing.T) {
name: "gRPC final error",
snapshotName: defaultName,
volume: csiVolume,
secrets: createSecrets,
input: defaultRequest,
output: nil,
injectError: codes.NotFound,
Expand Down

0 comments on commit ecb4817

Please sign in to comment.