Skip to content

Commit

Permalink
Add CACertificates to state.AddCloud tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michael McCracken <[email protected]>
  • Loading branch information
Michael McCracken committed Nov 9, 2017
1 parent 203e9a7 commit 0a2aa27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions state/cloud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var lowCloud = cloud.Cloud{
IdentityEndpoint: "region2-identity",
StorageEndpoint: "region2-storage",
}},
CACertificates: []string{"cert1", "cert2"},
}

func (s *CloudSuite) TestCloudNotFound(c *gc.C) {
Expand Down

0 comments on commit 0a2aa27

Please sign in to comment.