Skip to content

Commit d755e47

Browse files
rebase
1 parent 86a64df commit d755e47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/app_management_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ func TestAppWithSecrets(t *testing.T) {
794794
Name: &app.Name,
795795
Version: ptr.To("v1"),
796796
ResourceName: ptr.To("test-secret"),
797-
})).(*applicationpkg.ApplicationResourceResponse)
797+
}, grpc_retry.Disable())).(*applicationpkg.ApplicationResourceResponse)
798798
assetSecretDataHidden(t, res.GetManifest())
799799

800800
manifests, err := client.GetManifests(t.Context(), &applicationpkg.ApplicationManifestQuery{Name: &app.Name}, grpc_retry.Disable())

0 commit comments

Comments
 (0)