Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <[email protected]>
  • Loading branch information
AndrienkoAleksandr committed Sep 13, 2019
1 parent d3d08c5 commit 59c0ead
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brokers/unified/vscode/broker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ func expectedPluginsWithSingleRemotePluginWithInitContainer(volumeIsPersisted bo
{
Name: "plugins",
MountPath: "/plugins",
PersistVolume: true,
},
},
MountSources: true,
Expand Down Expand Up @@ -701,6 +702,7 @@ func expectedPluginsWithSingleRemotePluginWithSeveralExtensions(usedLocalhost bo
{
Name: "plugins",
MountPath: "/plugins",
PersistVolume: true,
},
},
MountSources: true,
Expand Down
4 changes: 4 additions & 0 deletions brokers/unified/vscode/sidecar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func TestAddPluginRunnerRequirements(t *testing.T) {
{
Name: "plugins",
MountPath: "/plugins",
PersistVolume: true,
},
},
MountSources: true,
Expand Down Expand Up @@ -104,6 +105,7 @@ func TestAddPluginRunnerRequirements(t *testing.T) {
{
Name: "plugins",
MountPath: "/plugins",
PersistVolume: true,
},
},
MountSources: true,
Expand Down Expand Up @@ -149,6 +151,7 @@ func TestAddExtension(t *testing.T) {
{
Name: "plugins",
MountPath: "/plugins",
PersistVolume: true,
},
},
MountSources: true,
Expand Down Expand Up @@ -186,6 +189,7 @@ func TestAddExtension(t *testing.T) {
{
Name: "plugins",
MountPath: "/plugins",
PersistVolume: true,
},
},
MountSources: true,
Expand Down

0 comments on commit 59c0ead

Please sign in to comment.