diff options
-rw-r--r-- | server/sonar-web/src/main/js/apps/overview/components/__tests__/__snapshots__/QualityGateCondition-test.tsx.snap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/components/__tests__/__snapshots__/QualityGateCondition-test.tsx.snap b/server/sonar-web/src/main/js/apps/overview/components/__tests__/__snapshots__/QualityGateCondition-test.tsx.snap index dd6aa7a6dd1..5696e71d480 100644 --- a/server/sonar-web/src/main/js/apps/overview/components/__tests__/__snapshots__/QualityGateCondition-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/overview/components/__tests__/__snapshots__/QualityGateCondition-test.tsx.snap @@ -366,6 +366,7 @@ exports[`should render correclty 8`] = ` "query": Object { "assignedToMe": undefined, "branch": undefined, + "file": undefined, "hotspots": undefined, "id": "abcd-key", "pullRequest": undefined, @@ -420,6 +421,7 @@ exports[`should render correclty 9`] = ` "query": Object { "assignedToMe": undefined, "branch": undefined, + "file": undefined, "hotspots": undefined, "id": "abcd-key", "pullRequest": undefined, |