Skip to content

Commit

Permalink
Missed another
Browse files Browse the repository at this point in the history
  • Loading branch information
howbazaar committed Jan 22, 2015
1 parent 142070a commit 68eef38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrades/agentconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (s *migrateAgentEnvUUIDSuite) SetUpTest(c *gc.C) {
}

func (s *migrateAgentEnvUUIDSuite) primeConfig(c *gc.C) {
s.machine, s.password = s.Factory.MakeMachine(c, &factory.MachineParams{
s.machine, s.password = s.Factory.MakeMachineReturningPassword(c, &factory.MachineParams{
Nonce: "a nonce",
})
initialConfig, err := agent.NewAgentConfig(agent.AgentConfigParams{
Expand Down

0 comments on commit 68eef38

Please sign in to comment.