Fix request in neuvector login test

What does this MR do and why?

I've noticed some failures in neuvector login test due of bad request ( 400 error).

error: Assert status code
  --> ./tools/login-test/neuvector-admin.hurl:10:6
   |
   | POST https://{{neuvector_url}}/auth
   | ...
10 | HTTP 200
   |      ^^^ actual value is <400>
   |

The aim of this MR is to fix the request by adding specific headers.

Related reference(s)

https://gitlab.com/sylva-projects/sylva-core/-/jobs/7402068093#L95

https://gitlab.com/sylva-projects/sylva-core/-/jobs/7412697952#L106

Test coverage

Merge request reports

Loading