Skip to content

Commit

Permalink
fix(test): Changing the custom fields to enable upload to Polarion (C…
Browse files Browse the repository at this point in the history
…CT-616)

Polarion already has a built-in field for Requirement so when we added the
custom field for Polarion, the upload was failing due to a conflict. I
have therefore removed the custom field from the betelgeuse setting as
Betelgeuse can match the requirement field already built-in into
Polarion and there was no need for it to have it as a custom field
  • Loading branch information
zpetrace authored and m-horky committed Nov 1, 2024
1 parent be572f2 commit 141c5c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/custom_betelgeuse_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

TESTCASE_CUSTOM_FIELDS = default_config.TESTCASE_CUSTOM_FIELDS + (
"casecomponent",
"requirement",
"subsystemteam",
"reference",
)

DEFAULT_CASECOMPONENT_VALUE = ""
DEFAULT_REQUIREMENT_VALUE = ""
DEFAULT_SUBSYSTEMTEAM_VALUE = ""
DEFAULT_REFERENCE_VALUE = ""

0 comments on commit 141c5c1

Please sign in to comment.