From: David Lutterkort <[email protected]> --- client/specs/spec_helper.rb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/specs/spec_helper.rb b/client/specs/spec_helper.rb index b9f9992..078b7e2 100644 --- a/client/specs/spec_helper.rb +++ b/client/specs/spec_helper.rb @@ -24,8 +24,8 @@ api_host = ENV['API_HOST'] ( api_host = 'localhost' ) if api_host == '' api_port = ENV['API_PORT'] -( api_port = 3000 ) if api_port.nil? -( api_port = 3000 ) if api_port == '' +( api_port = 3001 ) if api_port.nil? +( api_port = 3001 ) if api_port == '' API_HOST = api_host API_PORT = api_port -- 1.6.6.1 _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
