X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1346cc5072843797a8091cd67a0eb75499a97642..f5512fd7f9abe306740af464551938461033a935:/services/api/test/unit/node_test.rb diff --git a/services/api/test/unit/node_test.rb b/services/api/test/unit/node_test.rb index b54e8d9de6..9fa3febe1e 100644 --- a/services/api/test/unit/node_test.rb +++ b/services/api/test/unit/node_test.rb @@ -141,7 +141,7 @@ class NodeTest < ActiveSupport::TestCase assert_equal "custom1", node2.hostname end - test "update dns when nodemanager clears hostname and ip_address" do + test "update dns when hostname and ip_address are cleared" do act_as_system_user do node = ping_node(:new_with_custom_hostname, {}) Node.expects(:dns_server_update).with(node.hostname, Node::UNUSED_NODE_IP)