From 466c259280eb8c01b92dbc7e6356043967ddac62 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sat, 28 Dec 2013 18:10:48 +0100 Subject: [PATCH] fix: typo in horizon unit tests Signed-off-by: Emilien Macchi --- spec/classes/dashboard_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/dashboard_spec.rb b/spec/classes/dashboard_spec.rb index 07f929d8..f1969150 100644 --- a/spec/classes/dashboard_spec.rb +++ b/spec/classes/dashboard_spec.rb @@ -35,7 +35,7 @@ describe 'privatecloud::dashboard' do :secret_key => '/etc/ssl/secret', :keystone_host => 'localhost', :can_set_mount_point => 'False', - :fqdn => '10.0.0.1,' + :fqdn => '10.0.0.1' ) end end