Skip to content

Commit

Permalink
No longer takes the series as part of the constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameinel committed Oct 26, 2018
1 parent 6849185 commit de7774d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/agentconf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func (s *agentConfSuite) TestCreateAgentConf(c *gc.C) {
}

func (s *agentConfSuite) TestCreateAgentConfLogPath(c *gc.C) {
conf, err := s.manager.CreateAgentConf("machine-2", s.dataDir, "xenial")
conf, err := s.manager.CreateAgentConf("machine-2", s.dataDir)
c.Assert(err, jc.ErrorIsNil)
c.Assert(conf.Logfile, gc.Equals, "/var/log/juju/machine-2.log")
}
Expand Down

0 comments on commit de7774d

Please sign in to comment.