Modifying acceptance tests
diff --git a/acceptance/rackspace/lb/v1/lb_test.go b/acceptance/rackspace/lb/v1/lb_test.go
index ea07acb..05744c2 100644
--- a/acceptance/rackspace/lb/v1/lb_test.go
+++ b/acceptance/rackspace/lb/v1/lb_test.go
@@ -128,11 +128,11 @@
 	opts := lbs.UpdateOpts{
 		Name:          tools.RandomString("new_", 5),
 		Protocol:      "TCP",
-		HalfClosed:    lbs.Enabled,
+		HalfClosed:    gophercloud.Enabled,
 		Algorithm:     "RANDOM",
 		Port:          8080,
 		Timeout:       100,
-		HTTPSRedirect: lbs.Disabled,
+		HTTPSRedirect: gophercloud.Disabled,
 	}
 
 	err := lbs.Update(client, id, opts).ExtractErr()