-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
Describe the bug
When run in CI, this live test fails:
Expected behavior
The test should pass because the server should return an error response.
Actual behavior
A success response is returned containing resource details
[xUnit.net 00:00:09.43] request: {"command":"acr_registry_list","parameters":{"subscription":"invalid-subscription"}}
[xUnit.net 00:00:09.43] response: {
[xUnit.net 00:00:09.43] "status": 200,
[xUnit.net 00:00:09.43] "message": "Success",
[xUnit.net 00:00:09.43] "results": {
[xUnit.net 00:00:09.43] "registries": [
[xUnit.net 00:00:09.43] {
[xUnit.net 00:00:09.43] "name": "***",
[xUnit.net 00:00:09.43] "location": "westus",
[xUnit.net 00:00:09.43] "loginServer": "***",
[xUnit.net 00:00:09.43] "skuName": "Basic",
[xUnit.net 00:00:09.43] "skuTier": "Basic"
[xUnit.net 00:00:09.43] },
Reproduction Steps
Run the live tests
Environment
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Not Started