14812: Fixing up integration tests
[arvados.git] / apps / workbench / config / arvados_config.rb
index 914c3097bf260a2380b2f133d64cf8291e2b1266..c942884c1fd3ff8ea2aeeed9a6c0966b89b53379 100644 (file)
@@ -16,6 +16,7 @@
 # /etc/arvados/config.yml, you will be able to delete application.yml.
 
 require 'config_loader'
+require 'config_validators'
 
 begin
   # If secret_token.rb exists here, we need to load it first.
@@ -180,4 +181,5 @@ ArvadosWorkbench::Application.configure do
   ConfigLoader.copy_into_config $arvados_config, config
   ConfigLoader.copy_into_config $remaining_config, config
   secrets.secret_key_base = $arvados_config["Workbench"]["SecretKeyBase"]
+  ConfigValidators.validate_wb2_url_config()
 end