From f5106bd1ed8a245df7170da0a786dc7838423ae8 Mon Sep 17 00:00:00 2001 From: a-palchikov Date: Mon, 13 Jul 2020 21:08:23 +0200 Subject: [PATCH] [6.1.x] fix test (#1866) * Fix test --- e | 2 +- lib/install/plan_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e b/e index 59453248d2..950bd2569e 160000 --- a/e +++ b/e @@ -1 +1 @@ -Subproject commit 59453248d265decea6a93cdad0375b8e631329c9 +Subproject commit 950bd2569eeb9992c1a4621e73eb211f9dfba6c9 diff --git a/lib/install/plan_test.go b/lib/install/plan_test.go index fd8f333e08..f5e5b9a0df 100644 --- a/lib/install/plan_test.go +++ b/lib/install/plan_test.go @@ -189,7 +189,7 @@ func (s *PlanSuite) SetUpSuite(c *check.C) { ServiceUser: s.serviceUser, DNSConfig: s.dnsConfig, Process: &mockProcess{}, - App: app, + App: *app, Apps: s.services.Apps, Operator: s.services.Operator, Packages: s.services.Packages,