Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
[6.1.x] fix test (#1866)
Browse files Browse the repository at this point in the history
* Fix test
  • Loading branch information
a-palchikov authored Jul 13, 2020
1 parent b93cda4 commit f5106bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e
Submodule e updated from 594532 to 950bd2
2 changes: 1 addition & 1 deletion lib/install/plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f5106bd

Please sign in to comment.