~juju-qa/ubuntu/yakkety/juju/2.0-beta12

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/api/testing/macaroonsuite.go

  • Committer: Nicholas Skaggs
  • Date: 2016-07-18 18:41:24 UTC
  • mfrom: (1.4.5)
  • Revision ID: nicholas.skaggs@canonical.com-20160718184124-76sg7nr3zf2o6o63
* New upstream release 2.0-beta12
* Update debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                }
53
53
                return []checkers.Caveat{checkers.DeclaredCaveat("username", username)}, nil
54
54
        })
55
 
        s.JujuConnSuite.ConfigAttrs = map[string]interface{}{
 
55
        s.JujuConnSuite.ControllerConfigAttrs = map[string]interface{}{
56
56
                controller.IdentityURL: s.discharger.Location(),
57
57
        }
58
58
        s.JujuConnSuite.SetUpTest(c)