From e69e35777d2b8746dc240be51d62671f84f663d4 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 5 Feb 2014 19:45:48 -0500 Subject: [PATCH] Make the config_uuid field match what we expect in our tests. --- services/api/config/environments/test.rb.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/config/environments/test.rb.example b/services/api/config/environments/test.rb.example index 82973ac1e0..1782734f83 100644 --- a/services/api/config/environments/test.rb.example +++ b/services/api/config/environments/test.rb.example @@ -64,7 +64,7 @@ Server::Application.configure do # config.compute_node_nameservers = ['1.2.3.4', '1.2.3.5'] config.compute_node_nameservers = [ "172.16.0.23" ] - config.uuid_prefix('test@' + `hostname`.strip) + config.uuid_prefix = 'zzzzz' # Authentication stub: hard code pre-approved API tokens. # config.accept_api_token = { rand(2**256).to_s(36) => true } -- 2.39.5