Modifying acceptance tests
diff --git a/acceptance/rackspace/lb/v1/node_test.go b/acceptance/rackspace/lb/v1/node_test.go
index 3dc8f52..0b9e86f 100644
--- a/acceptance/rackspace/lb/v1/node_test.go
+++ b/acceptance/rackspace/lb/v1/node_test.go
@@ -140,7 +140,7 @@
 
 func updateNode(t *testing.T, client *gophercloud.ServiceClient, lbID int, nodeID int) {
 	opts := nodes.UpdateOpts{
-		Weight:    nodes.IntToPointer(10),
+		Weight:    gophercloud.IntToPointer(10),
 		Condition: nodes.DRAINING,
 		Type:      nodes.SECONDARY,
 	}