Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
cf5e158f
Commit
cf5e158f
authored
Aug 18, 2016
by
Michelle Noorali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(helm): fix golint errors
parent
a124b4f5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
install_test.go
cmd/helm/install_test.go
+4
-4
No files found.
cmd/helm/install_test.go
View file @
cf5e158f
...
...
@@ -124,18 +124,18 @@ sailor: sinbad
// Combined case, overriding a property
vals
[
"sailor"
]
=
"pisti"
updated
_yaml
:=
`good: true
updated
YAML
:=
`good: true
port:
destination: basrah
source: baghdad
sailor: pisti
`
new
_o
ut
,
err
:=
vobj
.
yaml
()
new
O
ut
,
err
:=
vobj
.
yaml
()
if
err
!=
nil
{
t
.
Fatal
(
err
)
}
if
string
(
new
_out
)
!=
updated_yaml
{
t
.
Errorf
(
"Expected YAML to be
\n
%s
\n
Got
\n
%s
\n
"
,
updated
_yaml
,
new_o
ut
)
if
string
(
new
Out
)
!=
updatedYAML
{
t
.
Errorf
(
"Expected YAML to be
\n
%s
\n
Got
\n
%s
\n
"
,
updated
YAML
,
newO
ut
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment