Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
内容
現在の一部テストでは E2E single API テスト中に事前準備として他 API を呼び出す必要がある。これを避けるためにテストを無効化している API もある。
理想形は DI で事前準備を完了させる形である。しかし理想形になるまで妥協せずテストスキップしておくと、かえって全体利益を最大化できないのも事実である。
今回対象とした query API は事前準備にプリセット API が必要となるが、このプリセット API はすでに E2E single API テストで動作確認が取れている。理想形ではないが、プリセット API を呼び出して偽陽性 failed を起こす危険性は非常に低い。すなわち、有効化してもメリットがデメリットを上回る。
このような背景から、無効化されていた query テストを有効化することを提案します。
関連 Issue
無し