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

Refactor callback url test #1662

Merged
merged 2 commits into from
Sep 27, 2021
Merged

Refactor callback url test #1662

merged 2 commits into from
Sep 27, 2021

Conversation

mvorisek
Copy link
Member

pure refactoring changes from #1651

@mvorisek mvorisek marked this pull request as ready for review September 25, 2021 16:42
@mvorisek mvorisek added the RTM label Sep 25, 2021

$expectedUrlCbApp = '?' . Callback::URL_QUERY_TRIGGER_PREFIX . 'aa=callback&' . Callback::URL_QUERY_TARGET . '=aa';
$expectedUrlCb = '?' . /*Callback::URL_QUERY_TRIGGER_PREFIX . 'aa=1&' .*/ Callback::URL_QUERY_TRIGGER_PREFIX . 'bb=callback&' . Callback::URL_QUERY_TARGET . '=bb';
Copy link
Member Author

Choose a reason for hiding this comment

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

test of the current/wrong behaviour, will be fixed in #1651

Copy link
Contributor

@ibelar ibelar left a comment

Choose a reason for hiding this comment

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

LGTM

@mvorisek mvorisek merged commit 5d33fc2 into develop Sep 27, 2021
@mvorisek mvorisek deleted the refactor_callback_url_test branch September 27, 2021 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants