This commit is contained in:
Alex Dadgar
2017-10-30 12:35:31 -07:00
parent ea845bf7a9
commit af7e1413a5

View File

@@ -222,7 +222,7 @@ func TestClient_HasNodeChanged(t *testing.T) {
c := testClient(t, nil)
defer c.Shutdown()
node := c.Node()
node := c.config.Node
attrHash, err := hashstructure.Hash(node.Attributes, nil)
if err != nil {
c.logger.Printf("[DEBUG] client: unable to calculate node attributes hash: %v", err)