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

Fix/run description bug #271

Merged
merged 2 commits into from
Oct 4, 2024
Merged

Fix/run description bug #271

merged 2 commits into from
Oct 4, 2024

Conversation

acuanico-tr-galt
Copy link
Collaborator

Issue being resolved: #250

Solution description

The existing description is now fetched before the update and added to add_run_data, ensuring it doesn’t get overwritten or wiped out during the update process. The rest of the update logic remains unchanged, but now the description is always preserved unless explicitly changed. This approach ensures that the test run description will not be wiped during updates.

Changes

We updated the api handler class to preserve the run description.

Potential impacts

None

PR Tasks

  • PR reference added to issue
  • README updated
  • Unit tests added/updated

@acuanico-tr-galt acuanico-tr-galt merged commit d2c789d into main Oct 4, 2024
10 checks passed
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.

Test Run description wiped out when adding test results to test run
1 participant