Update gomaasapi #6529

Merged
merged 4 commits into from Nov 3, 2016
Jump to file or symbol
Failed to load files and symbols.
+3 −3
Split
View
@@ -27,7 +27,7 @@ github.com/juju/go4 git 40d72ab9641a2a8c36a9c46a51e28367115c8e59 2016-02-22T16:3
github.com/juju/gojsonpointer git afe8b77aa08f272b49e01b82de78510c11f61500 2015-02-04T19:46:29Z
github.com/juju/gojsonreference git f0d24ac5ee330baa21721cdff56d45e4ee42628e 2015-02-04T19:46:33Z
github.com/juju/gojsonschema git e1ad140384f254c82f89450d9a7c8dd38a632838 2015-03-12T17:00:16Z
-github.com/juju/gomaasapi git 8c484173e0870fc49c9214c56c6ae8dc9c26463d 2016-09-19T18:34:33Z
+github.com/juju/gomaasapi git f0300c96aa5e0deb3cc599ca8a8949097b955e60 2016-11-02T12:07:14Z
github.com/vmware/govmomi git c0c7ce63df7edd78e713257b924c89d9a2dac119 2016-06-30T15:37:42Z
github.com/juju/httpprof git 14bf14c307672fd2456bdbf35d19cf0ccd3cf565 2014-12-17T16:00:36Z
github.com/juju/httprequest git 266fd1e9debf09c037a63f074d099a2da4559ece 2016-10-06T15:09:09Z
@@ -8,4 +8,4 @@ import (
func TestPackage(t *testing.T) {
gc.TestingT(t)
-}
+}
@@ -51,7 +51,7 @@ func (s *provisionerSuite) TestProvisionMachine(c *gc.C) {
args := s.getArgs(c)
hostname := args.Host
- args.Host = args.Host
+ args.Host = hostname
args.User = "ubuntu"
defaultToolsURL := envtools.DefaultBaseURL