Skip to content

Commit

Permalink
fix: Fix package search test
Browse files Browse the repository at this point in the history
This test is dependent on the description of the Azure Plugin, that
have changed.

Signed-off-by: Kim Christensen <[email protected]>
  • Loading branch information
kichristensen committed Oct 4, 2024
1 parent 25c11c7 commit 8682c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/porter/packages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func TestPorter_SearchPackages_Plugins(t *testing.T) {
format: printer.FormatYaml,
wantOutput: `- name: azure
author: Porter Authors
description: Integrate Porter with Azure. Store Porter's data in Azure Cloud and secure your bundle's secrets in Azure Key Vault.
description: Integrate Porter with Azure. Secure your bundle's secrets in Azure Key Vault.
url: https://cdn.porter.sh/plugins/atom.xml
`,
}, {
Expand Down

0 comments on commit 8682c71

Please sign in to comment.