Skip to content
Snippets Groups Projects
Commit 56be3a5b authored by farhatahmad's avatar farhatahmad
Browse files

Removed left over testing code

parent 347ed2bd
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ class ApplicationController < ActionController::Base
# Checks to see if the user exists
begin
retrieve_provider_info(@user_domain + 't', 'api2', 'getUserGreenlightCredentials')
retrieve_provider_info(@user_domain, 'api2', 'getUserGreenlightCredentials')
rescue => e
if e.message.eql? "No user with that id exists"
render "errors/not_found", locals: { message: I18n.t("errors.not_found.user_not_found.message"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment