Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testsuite sends empty body to POST /devices/{deviceId}/login #66

Open
christian-frei opened this issue Feb 17, 2025 · 2 comments
Open

Comments

@christian-frei
Copy link
Contributor

  1. our testtreiber responds to GET /devices/../login, as described in the openapi spec of the testtreiber api
{
  "completedAuthStages": [
    "basicAuth"
  ],
  "flows": [
    {
      "stages": [
        "basicAuth"
      ]
    }
  ],
  "params": {
    "basicAuth": {
      "username": "demo1234",
      "password": "demo1234"
    }
  }
}
  1. logging the request body that the testtreiber receives on POST ...login we see an empty payload
{}

therefore the login fails and the test is aborted

@MidNight88
Copy link

Hi Christian,

thanks again for reaching out to us. I will talk to our testers and come back to you soon.

Best regards,
Julia

@MidNight88
Copy link

Hi Christian,

it seems like there is no client and home-server to answer the request. To whom do you send the GET/devices?

Best regards,
Julia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants