Skip to content

Commit

Permalink
Move to dummy plugin
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <abarreiro@vmware.com>
  • Loading branch information
adambarreiro committed May 22, 2023
1 parent 22001ec commit ba1eef4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions govcd/ui_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ func Test_getPluginMetadata(t *testing.T) {
pluginPath: "../test-resources/ui_plugin.zip",
want: &types.UIPluginMetadata{
Vendor: "VMware",
License: "Copyright (C) VMware 2022. All rights reserved.",
License: "Copyright (C) VMware 2023. All rights reserved.",
Link: "http://www.vmware.com/support",
PluginName: "Kubernetes Container Clusters",
Version: "4.0.0",
Description: "Kubernetes Container Clusters UI Plugin for CSE",
PluginName: "Test Plugin",
Version: "1.2.3",
Description: "Test Plugin description",
},
},
{
Expand Down
Binary file added test-resources/.DS_Store
Binary file not shown.
Binary file modified test-resources/ui_plugin.zip
Binary file not shown.

0 comments on commit ba1eef4

Please sign in to comment.