AnWeber / vscode-httpyac

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac
MIT License
237 stars 20 forks source link

Wrong test result written to UI #143

Closed BramManuel closed 2 years ago

BramManuel commented 2 years ago

If I run a test with two test results where the second test fails, the success message from the first test is written as the error message. image

When you click here: image

Then you see that the second statement failed. image

AnWeber commented 2 years ago

only successful messages were output by mistake. I have now reversed the condition and corrected it. Thanks