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