From 20540772125dbada679411d9ec755782c50f1f31 Mon Sep 17 00:00:00 2001 From: Oren Mittman Date: Fri, 6 Sep 2024 16:21:02 -0400 Subject: [PATCH] [ARP-86023] ARP IPF: Fix ARP user request spec time flakiness. --- .../requests/accredited_representative_portal/v0/user_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/accredited_representative_portal/spec/requests/accredited_representative_portal/v0/user_spec.rb b/modules/accredited_representative_portal/spec/requests/accredited_representative_portal/v0/user_spec.rb index fab20bb8a81..c1e26a06769 100644 --- a/modules/accredited_representative_portal/spec/requests/accredited_representative_portal/v0/user_spec.rb +++ b/modules/accredited_representative_portal/spec/requests/accredited_representative_portal/v0/user_spec.rb @@ -34,7 +34,7 @@ ) end - it 'responds with the user and their in progress form' do + it 'responds with the user and their in progress form', run_at: '2024-09-06T16:19:34-04:00' do get '/accredited_representative_portal/v0/user' expect(response).to have_http_status(:ok)