Skip to content

Commit

Permalink
Fix input order so that availability success rate comes before availa…
Browse files Browse the repository at this point in the history
…bility limit (#33)
  • Loading branch information
emichaud998 authored Sep 10, 2024
1 parent 9794201 commit b9b6042
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/service_base_url_test_kit/service_base_url_validate_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ class ServiceBaseURLBundleTestGroup < Inferno::TestGroup
input :service_base_url_bundle,
optional: true

input :endpoint_availability_limit,
title: 'Endpoint Availability Limit',
description: %(
In the case where the Endpoint Availability Success Rate is 'All', input a number to cap the number of
Endpoints that Inferno will send requests to check for availability. This can help speed up validation when
there are large number of endpoints in the Service Base URL Bundle.
),
optional: true

input :endpoint_availability_success_rate,
title: 'Endpoint Availability Success Rate',
description: %(
Expand All @@ -54,6 +45,15 @@ class ServiceBaseURLBundleTestGroup < Inferno::TestGroup
},
default: 'all'

input :endpoint_availability_limit,
title: 'Endpoint Availability Limit',
description: %(
In the case where the Endpoint Availability Success Rate is 'All', input a number to cap the number of
Endpoints that Inferno will send requests to check for availability. This can help speed up validation when
there are large number of endpoints in the Service Base URL Bundle.
),
optional: true

# @private
def find_referenced_org(bundle_resource, endpoint_id)
bundle_resource
Expand Down

0 comments on commit b9b6042

Please sign in to comment.