Skip to content

Commit

Permalink
[ARP-86023] ARP IPF: Expose return_url input to IPF test factory.
Browse files Browse the repository at this point in the history
  • Loading branch information
nihil2501 committed Sep 6, 2024
1 parent 1d95dd1 commit 048e3e1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spec/factories/in_progress_forms/in_progress_forms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
metadata do
{
version: 1,
returnUrl: 'foo.com',
returnUrl: return_url,
howNow: {
'brown-cow' => {
'-an eas-i-ly corRupted KEY.' => true
Expand Down Expand Up @@ -265,7 +265,7 @@
metadata do
{
version: 1,
returnUrl: 'foo.com'
returnUrl: return_url
}
end
form_data do
Expand Down Expand Up @@ -301,7 +301,7 @@
metadata do
{
version: 1,
returnUrl: 'foo.com'
returnUrl: return_url
}
end
form_data do
Expand All @@ -325,7 +325,7 @@
metadata do
{
version: 1,
returnUrl: 'foo.com'
returnUrl: return_url
}
end
form_data do
Expand All @@ -343,7 +343,7 @@
metadata do
{
version: 1,
returnUrl: 'foo.com'
returnUrl: return_url
}
end
form_data do
Expand All @@ -367,7 +367,7 @@
metadata do
{
version: 1,
returnUrl: 'foo.com'
returnUrl: return_url
}
end
form_data do
Expand All @@ -392,7 +392,7 @@
metadata do
{
version: 1,
returnUrl: 'foo.com'
returnUrl: return_url
}
end
form_data do
Expand Down

0 comments on commit 048e3e1

Please sign in to comment.