Skip to content

Commit

Permalink
Merge pull request #148 from qase-tms/deprecate-step-hashes
Browse files Browse the repository at this point in the history
Deprecate step and sub-step hashes
  • Loading branch information
pyscht authored Mar 8, 2024
2 parents 00c99f9 + e5bb617 commit b74e6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testops-api/v1/schemas/SharedStepContent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ properties:
type: string
hash:
type: string
deprecated: true
action:
type: string
expected_result:
Expand Down
1 change: 1 addition & 0 deletions testops-api/v1/schemas/TestStep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: object
properties:
hash:
type: string
deprecated: true
shared_step_hash:
type: string
nullable: true
Expand Down

0 comments on commit b74e6e6

Please sign in to comment.