about summary refs log tree commit homepage
path: root/test/test_fresh.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-07 22:21:19 +0000
committerEric Wong <normalperson@yhbt.net>2011-11-07 22:21:19 +0000
commitfc76cbe64b3f5a3e641d32bff68af919df7b3d9e (patch)
tree50c3a8e4fdda990d6696de9047af946b2a58286f /test/test_fresh.rb
parent6aed1bd0229cf31a3aeb9c08d86ae851c8d538c6 (diff)
downloadmogilefs-client-fc76cbe64b3f5a3e641d32bff68af919df7b3d9e.tar.gz
Diffstat (limited to 'test/test_fresh.rb')
-rw-r--r--test/test_fresh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_fresh.rb b/test/test_fresh.rb
index 48b3395..89b37b6 100644
--- a/test/test_fresh.rb
+++ b/test/test_fresh.rb
@@ -78,7 +78,7 @@ EOF
   def test_admin_setup_new_host_and_devices
     assert_equal [], @admin.get_hosts
     args = { :ip => @test_host, :port => @mogstored_http_port }
-    x = @admin.create_host("me", args)
+    @admin.create_host("me", args)
     yield_for_monitor_update { @admin.get_hosts.empty? or break }
     hosts = @admin.get_hosts
     assert_equal 1, hosts.size