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{ |