From 9b1783921953557ac84c3deb80e15022314851e0 Mon Sep 17 00:00:00 2001 From: Trevor Bosaw Date: Fri, 20 Dec 2024 13:17:18 -0800 Subject: [PATCH] Adding MHV test account operation value --- app/controllers/v1/sessions_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/v1/sessions_controller.rb b/app/controllers/v1/sessions_controller.rb index 5ef15a03d7c..bdf9d5cfe6f 100644 --- a/app/controllers/v1/sessions_controller.rb +++ b/app/controllers/v1/sessions_controller.rb @@ -30,7 +30,8 @@ class SessionsController < ApplicationController FIM_INVALID_MESSAGE_TIMESTAMP = 'invalid_message_timestamp' OPERATION_TYPES = [AUTHORIZE = 'authorize', INTERSTITIAL_VERIFY = 'interstitial_verify', - INTERSTITIAL_SIGNUP = 'interstitial_signup'].freeze + INTERSTITIAL_SIGNUP = 'interstitial_signup', + MYHEALTHEVET_TEST_ACCOUNT = 'myhealthevet_test_account'].freeze # Collection Action: auth is required for certain types of requests # @type is set automatically by the routes in config/routes.rb