-
Notifications
You must be signed in to change notification settings - Fork 733
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
Revamp device code automation test #21495
Conversation
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/11527818665
These failures occurs because this PR adopts the changes of source pr but the integration suite triggered before the dependency got updated. |
PR builder started |
private void setServerEndpoints() throws Exception { | ||
|
||
String deviceAuthEndpointBaseUrl = context.getContextUrls().getBackEndUrl() | ||
.replace("services/", "oauth2/device_authorize"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why we don't use variables for the URL strings?
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/11590628502
Public Issue : #21313
Current automation test suite only cover happy path with super tenant and some error scenarios. But with this revamp we are introducing
slow_down
authrotization pending
expired_token