Index: environs/ec2/config_test.go |
=== modified file 'environs/ec2/config_test.go' |
--- environs/ec2/config_test.go 2012-11-21 11:57:33 +0000 |
+++ environs/ec2/config_test.go 2012-11-21 13:05:46 +0000 |
@@ -7,6 +7,7 @@ |
"launchpad.net/goyaml" |
"launchpad.net/juju-core/environs" |
"launchpad.net/juju-core/environs/config" |
+ "launchpad.net/juju-core/testing" |
"os" |
"path/filepath" |
"strings" |
@@ -49,7 +50,9 @@ |
envs := attrs{ |
"environments": attrs{ |
"testenv": attrs{ |
- "type": "ec2", |
+ "type": "ec2", |
+ "ca-cert": testing.CACertPEM, |
+ "ca-private-key": testing.CAKeyPEM, |
}, |
}, |
} |