Skip to content

Commit

Permalink
Appease the gofmt gods
Browse files Browse the repository at this point in the history
  • Loading branch information
jameinel committed Aug 19, 2021
1 parent 64f3c87 commit 1edd701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudconfig/userdatacfg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ func (s *cloudinitSuite) TestProxyWritten(c *gc.C) {
`export HTTP_PROXY=http://[email protected]`,
`export no_proxy=0.1.2.3,10.0.3.1,localhost`,
`export NO_PROXY=0.1.2.3,10.0.3.1,localhost`,
``,
``,
`(printf '%s\n' 'export http_proxy=http://[email protected]
export HTTP_PROXY=http://[email protected]
export no_proxy=0.1.2.3,10.0.3.1,localhost
Expand Down

0 comments on commit 1edd701

Please sign in to comment.