Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omit default args on normalization for autify-with-proxy args #428

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

mtsmfm
Copy link
Contributor

@mtsmfm mtsmfm commented Jul 6, 2023

CI for autifyhq/autify-circleci-orb-web#33 was failed because it will change default argument for -t option. Previously it doesn't pass -t but now -t 300 is passed.

On CI it uses autify-with-proxy intead of actual autify CLI and its proxy replays recordings according to given arguments.
300 is the default value for timeout so the behavior should be the same whether this argument is given or not.

I confirmed this change fixes the CI failure:

autifyhq/autify-circleci-orb-web@41f0450

image

@mtsmfm mtsmfm requested a review from a team July 6, 2023 08:19
@mtsmfm mtsmfm marked this pull request as ready for review July 6, 2023 08:19
Copy link
Contributor

@4ydx 4ydx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mtsmfm mtsmfm merged commit 95f8a87 into main Jul 7, 2023
31 checks passed
@mtsmfm mtsmfm deleted the mtsmfm/omit-default branch July 7, 2023 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants