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

Unified Diff: environs/open_test.go

Issue 8726044: environs: use new tool-finding funcs
Patch Set: environs: use new tool-finding funcs Created 11 years, 11 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/maas/maas_test.go ('k') | environs/openstack/export_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 2013-03-20 17:03:02 +0000
+++ environs/open_test.go 2013-04-14 15:09:35 +0000
@@ -29,7 +29,7 @@
}
env, err := environs.NewFromAttrs(config)
c.Assert(err, IsNil)
- c.Assert(env.Bootstrap(constraints.Value{}, nil, nil), IsNil)
+ c.Assert(env.Bootstrap(constraints.Value{}), IsNil)
}
func (OpenSuite) TestNewUnknownEnviron(c *C) {
« no previous file with comments | « environs/maas/maas_test.go ('k') | environs/openstack/export_test.go » ('j') | no next file with comments »

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