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

Unified Diff: environs/agent/agent_test.go

Issue 9641044: Make the API address easily accessible by charms
Patch Set: Make the API address easily accessible by charms 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 | « environs/agent/agent.go ('k') | environs/cloudinit.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/agent/agent_test.go
=== modified file 'environs/agent/agent_test.go'
--- environs/agent/agent_test.go 2013-05-02 15:55:42 +0000
+++ environs/agent/agent_test.go 2013-05-31 07:39:15 +0000
@@ -46,7 +46,7 @@
conf: agent.Conf{
StateServerCert: []byte("server cert"),
StateServerKey: []byte("server key"),
- MongoPort: 1234,
+ StatePort: 1234,
APIPort: 4321,
OldPassword: "old password",
StateInfo: &state.Info{
« no previous file with comments | « environs/agent/agent.go ('k') | environs/cloudinit.go » ('j') | no next file with comments »

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