Skip to content

Never allow external requests in tests!

It is best-practice to NOT allow external requests from automated tests as this may quickly cause flaky test and unnecessary load on the target systems.

Edited by Michael Prilop

Merge request reports