Commit 23073d4
authored
Undeprecate tests that used to test deprecated code (#395)
Undeprecate tests that used to test deprecated code
### Motivation
Two tests used to exercise operations in the Petstore test project that were deprecated, so to avoid warnings we deprecated the tests themselves too. We removed the deprecation of those operations a while ago, and forgot to undeprecate the tests.
### Modifications
Undeprecate the tests.
### Result
Removed an unnecessary deprecation of two tests.
### Test Plan
All tests pass.
Reviewed by: simonjbeaumont
Builds:
✔︎ pull request validation (5.10) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (compatibility test) - Build finished.
✔︎ pull request validation (docc test) - Build finished.
✔︎ pull request validation (integration test) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
✖︎ pull request validation (5.8) - Build finished.
#3951 parent 06b0a72 commit 23073d4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | | - | |
| 598 | + | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
| 615 | + | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| |||
0 commit comments