evoila / osb-checker-kotlin

This application is a generalized test program for service brokers. It runs rest calls against the defined service broker and checks if it behaves as expected to the service broker API specification. Tests are created dynamically based upon the service broker catalog or custom input by the operator.
https://www.evoila.de
Apache License 2.0
5 stars 6 forks source link

Fix AuthenticationJUnit5 sending wrong api header #37

Open deregges opened 3 years ago

deregges commented 3 years ago

BindingRequestRunner#putWrongUser has no other usages.

Expected Headers:

  Authorization=Basic ZDViNzBhY2UtZTU3Zi00MWNjLWI3YjMtZTUyNDA0MmFmNTZhOnBhc3N3b3Jk
  X-Broker-API-Version=2.15
  Accept=*/*

Actual Headers:

  Authorization=Basic ZDViNzBhY2UtZTU3Zi00MWNjLWI3YjMtZTUyNDA0MmFmNTZhOnBhc3N3b3Jk
  X-Broker-API-Version=de.evoila.osb.checker.config.Configuration@1fc32e4f.apiVersion
  Accept=*/*