summaryrefslogtreecommitdiff
path: root/test/unit/command_line_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/command_line_test.rb')
-rw-r--r--test/unit/command_line_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/command_line_test.rb b/test/unit/command_line_test.rb
index 12f8e2c..0b57ed0 100644
--- a/test/unit/command_line_test.rb
+++ b/test/unit/command_line_test.rb
@@ -18,10 +18,10 @@ class CommandLineTest < Minitest::Test
end
def test_add_node
- output = leap_bin("node add banana tags:production services:openvpn ip_address:1.1.1.1")
cleanup_files('nodes/banana.json', 'files/nodes/banana')
+ output = leap_bin("node add banana tags:production "+
+ "services:openvpn ip_address:1.1.1.1 openvpn.gateway_address:2.2.2.2")
assert_match /created nodes\/banana\.json/, output
- assert_match /created files\/nodes\//, output
end
end