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) { |