Skip to content

Move fixture closer to test to check response status code issue#726

Merged
averevki merged 1 commit intoKuadrant:mainfrom
silvi-t:jwt
Aug 15, 2025
Merged

Move fixture closer to test to check response status code issue#726
averevki merged 1 commit intoKuadrant:mainfrom
silvi-t:jwt

Conversation

@silvi-t
Copy link
Copy Markdown
Contributor

@silvi-t silvi-t commented Aug 15, 2025

Description

This PR moves a fixture from conftest.py directly into the test file to investigate and resolve an issue with the response status code 500.

Changes:

  • Relocated the fixture closer to the test that uses it.
  • No changes to test logic, only fixture location.

Purpose:

  • To determine if the response status code issue is related to the fixture being defined globally in conftest.py.

Signed-off-by: Silvia Tarabova <starabov@redhat.com>
@silvi-t silvi-t requested a review from averevki August 15, 2025 11:33
@averevki averevki merged commit 9283ae4 into Kuadrant:main Aug 15, 2025
3 checks passed
@silvi-t silvi-t deleted the jwt branch August 18, 2025 07:39
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

Successfully merging this pull request may close these issues.

2 participants