Index: worker/uniter/uniter_test.go |
=== modified file 'worker/uniter/uniter_test.go' |
--- worker/uniter/uniter_test.go 2012-11-21 11:57:33 +0000 |
+++ worker/uniter/uniter_test.go 2012-11-21 13:05:46 +0000 |
@@ -763,6 +763,8 @@ |
"type": "dummy", |
"default-series": "abominable", |
"authorized-keys": "we-are-the-keys", |
+ "ca-cert": coretesting.CACertPEM, |
+ "ca-private-key": "", |
}) |
c.Assert(err, IsNil) |
err = ctx.st.SetEnvironConfig(cfg) |