Skip to content

Commit

Permalink
disable call to stub function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Rix committed Apr 17, 2023
1 parent a238a88 commit 927279b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drp_aa_mvp/data_rights_request/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_agent_information(request):
if (validators.url(request_url)):
response = get_agent(request_url, bearer_token)
agent_info_test_results = test_agent_information_endpoint(request_url, response)
set_agent_info_params(covered_biz, response)
# set_agent_info_params(covered_biz)

request_sent_context = {
'covered_biz': covered_biz,
Expand Down

0 comments on commit 927279b

Please sign in to comment.