Skip to content

Commit

Permalink
refactor: rename postQuotes function to postQuotesPersonalInfoExtensi…
Browse files Browse the repository at this point in the history
…ons for clarity
  • Loading branch information
kalinkrustev committed Dec 18, 2024
1 parent 180e597 commit 6873bd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const fspList = JSON.parse(__ENV.K6_SCRIPT_FSPIOP_FSP_POOL)
const amount = __ENV.K6_SCRIPT_FSPIOP_QUOTES_AMOUNT.toString()
const currency = __ENV.K6_SCRIPT_FSPIOP_QUOTES_CURRENCY

export function postQuotes() {
export function postQuotesPersonalInfoExtensions() {
!exec.instance.iterationsCompleted && log();
group("Post Quotes", function () {
let payerFsp
Expand Down

0 comments on commit 6873bd4

Please sign in to comment.