Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(192)

Unified Diff: environs/open_test.go

Issue 6819115: environs: add a certificate argument to Bootstrap
Patch Set: environs: add a certificate argument to Bootstrap Created 12 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « environs/jujutest/tests.go ('k') | juju/conn_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/open_test.go
=== modified file 'environs/open_test.go'
--- environs/open_test.go 2012-10-15 12:42:06 +0000
+++ environs/open_test.go 2012-11-08 18:15:18 +0000
@@ -21,7 +21,7 @@
}
env, err := environs.NewFromAttrs(config)
c.Assert(err, IsNil)
- c.Assert(env.Bootstrap(false), IsNil)
+ c.Assert(env.Bootstrap(false, nil), IsNil)
}
func (OpenSuite) TestNewUnknownEnviron(c *C) {
« no previous file with comments | « environs/jujutest/tests.go ('k') | juju/conn_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b