summaryrefslogtreecommitdiff
path: root/spec/frontend/reports/codequality_report/mock_data.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/reports/codequality_report/mock_data.js')
-rw-r--r--spec/frontend/reports/codequality_report/mock_data.js91
1 files changed, 0 insertions, 91 deletions
diff --git a/spec/frontend/reports/codequality_report/mock_data.js b/spec/frontend/reports/codequality_report/mock_data.js
index c5cecb34509..2c994116db6 100644
--- a/spec/frontend/reports/codequality_report/mock_data.js
+++ b/spec/frontend/reports/codequality_report/mock_data.js
@@ -1,94 +1,3 @@
-export const headIssues = [
- {
- check_name: 'Rubocop/Lint/UselessAssignment',
- description: 'Insecure Dependency',
- location: {
- path: 'lib/six.rb',
- lines: {
- begin: 6,
- end: 7,
- },
- },
- fingerprint: 'e879dd9bbc0953cad5037cde7ff0f627',
- },
- {
- categories: ['Security'],
- check_name: 'Insecure Dependency',
- description: 'Insecure Dependency',
- location: {
- path: 'Gemfile.lock',
- lines: {
- begin: 22,
- end: 22,
- },
- },
- fingerprint: 'ca2e59451e98ae60ba2f54e3857c50e5',
- },
-];
-
-export const mockParsedHeadIssues = [
- {
- ...headIssues[1],
- name: 'Insecure Dependency',
- path: 'lib/six.rb',
- urlPath: 'headPath/lib/six.rb#L6',
- line: 6,
- },
-];
-
-export const baseIssues = [
- {
- categories: ['Security'],
- check_name: 'Insecure Dependency',
- description: 'Insecure Dependency',
- location: {
- path: 'Gemfile.lock',
- lines: {
- begin: 22,
- end: 22,
- },
- },
- fingerprint: 'ca2e59451e98ae60ba2f54e3857c50e5',
- },
- {
- categories: ['Security'],
- check_name: 'Insecure Dependency',
- description: 'Insecure Dependency',
- location: {
- path: 'Gemfile.lock',
- lines: {
- begin: 21,
- end: 21,
- },
- },
- fingerprint: 'ca2354534dee94ae60ba2f54e3857c50e5',
- },
-];
-
-export const mockParsedBaseIssues = [
- {
- ...baseIssues[1],
- name: 'Insecure Dependency',
- path: 'Gemfile.lock',
- line: 21,
- urlPath: 'basePath/Gemfile.lock#L21',
- },
-];
-
-export const issueDiff = [
- {
- categories: ['Security'],
- check_name: 'Insecure Dependency',
- description: 'Insecure Dependency',
- fingerprint: 'ca2e59451e98ae60ba2f54e3857c50e5',
- line: 6,
- location: { lines: { begin: 22, end: 22 }, path: 'Gemfile.lock' },
- name: 'Insecure Dependency',
- path: 'lib/six.rb',
- urlPath: 'headPath/lib/six.rb#L6',
- },
-];
-
export const reportIssues = {
status: 'failed',
new_errors: [