diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2021-06-29 15:24:17 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-06-29 20:03:18 +0000 |
commit | 830445c1c22e301b52df466159e30c2fa70e9c98 (patch) | |
tree | 780ed30295ba8195bd2ed2bcbfc72bdea98653ce | |
parent | 4bd2d9de2cdd806ed2cb3685f8367285ebc30e29 (diff) | |
download | sonarqube-830445c1c22e301b52df466159e30c2fa70e9c98.tar.gz sonarqube-830445c1c22e301b52df466159e30c2fa70e9c98.zip |
SONAR-13814 Update test snapshots
-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, |