Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(34)

Unified Diff: state/apiserver/provisioner/provisioner_test.go

Issue 56680043: testing: use valid authorized keys
Patch Set: testing: use valid authorized keys Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « state/api/provisioner/provisioner_test.go ('k') | testing/environ.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/apiserver/provisioner/provisioner_test.go
=== modified file 'state/apiserver/provisioner/provisioner_test.go'
--- state/apiserver/provisioner/provisioner_test.go 2014-01-23 18:52:12 +0000
+++ state/apiserver/provisioner/provisioner_test.go 2014-01-25 11:16:15 +0000
@@ -675,7 +675,7 @@
results, err := s.provisioner.ContainerConfig()
c.Check(err, gc.IsNil)
c.Check(results.ProviderType, gc.Equals, "dummy")
- c.Check(results.AuthorizedKeys, gc.Equals, "my-keys")
+ c.Check(results.AuthorizedKeys, gc.Equals, coretesting.FakeAuthKeys)
c.Check(results.SSLHostnameVerification, jc.IsTrue)
c.Check(results.SyslogPort, gc.Equals, 2345)
}
« no previous file with comments | « state/api/provisioner/provisioner_test.go ('k') | testing/environ.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b