From 8682c719a8920b32f3195c00070ccee2628aec42 Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Fri, 4 Oct 2024 08:08:34 +0200 Subject: [PATCH] fix: Fix package search test This test is dependent on the description of the Azure Plugin, that have changed. Signed-off-by: Kim Christensen --- pkg/porter/packages_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/porter/packages_test.go b/pkg/porter/packages_test.go index f679c9ee9..b4cd0f849 100644 --- a/pkg/porter/packages_test.go +++ b/pkg/porter/packages_test.go @@ -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 `, }, {