Index: environs/tools_test.go |
=== modified file 'environs/tools_test.go' |
--- environs/tools_test.go 2012-11-21 11:57:33 +0000 |
+++ environs/tools_test.go 2012-11-21 13:05:46 +0000 |
@@ -31,6 +31,8 @@ |
"type": "dummy", |
"state-server": false, |
"authorized-keys": "i-am-a-key", |
+ "ca-cert": testing.CACertPEM, |
+ "ca-private-key": "", |
}) |
c.Assert(err, IsNil) |
t.env = env |