cekit / behave-test-steps

MIT License
0 stars 21 forks source link

Do not send credentials if no username or password #24

Closed jfdenise closed 4 years ago

jfdenise commented 4 years ago

This is invalid to have the request to contain empty name and password if no username nor password are provided. No credentials should be sent if username or password are null. @goldmann @luck3y I suspect that no existing tests are expecting to use empty name and password.