~axwalk/juju-core/lp1303195-manual-ubuntuuser-bash

« back to all changes in this revision

Viewing changes to environs/config/config_test.go

  • Committer: Domas Monkus
  • Date: 2013-11-06 12:36:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2114.
  • Revision ID: domas@monkus.lt-20131106123627-b5eddzv0ddidaucu
Set auth token for charm store when appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
778
778
                "state-port":                1234,
779
779
                "api-port":                  4321,
780
780
                "default-series":            "precise",
 
781
                "charm-store-auth":          "auth-token",
781
782
        }
782
783
        cfg, err := config.New(config.NoDefaults, attrs)
783
784
        c.Assert(err, gc.IsNil)