1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`loadIssues should load issues 1`] = `
12 "assigneeActive": true,
13 "assigneeAvatar": "lukavatar",
14 "assigneeLogin": "luke",
15 "assigneeName": "Luke",
16 "author": "luke@sonarsource.com",
18 "component": "foo.java",
19 "componentEnabled": true,
20 "componentKey": "foo.java",
21 "componentLongName": "Foo.java",
22 "componentName": "foo.java",
23 "componentPath": "/foo.java",
24 "componentQualifier": "FIL",
25 "creationDate": "2016-08-15T15:25:38+0200",
28 "hash": "78417dcee7ba927b7e7c9161e29e02b8",
29 "key": "AWaqVGl3tut9VbnJvk6M",
31 "message": "Make sure this file handling is safe here.",
32 "project": "org.sonarsource.java:java",
33 "projectEnabled": true,
34 "projectKey": "org.sonarsource.java:java",
35 "projectLongName": "SonarJava",
36 "projectName": "SonarJava",
37 "projectQualifier": "TRK",
38 "rule": "squid:S4797",
39 "ruleKey": "squid:S4797",
41 "ruleLangName": "Java",
42 "ruleName": "Handling files is security-sensitive",
43 "ruleStatus": "READY",
44 "secondaryLocations": [],
59 "type": "SECURITY_HOTSPOT",
60 "updateDate": "2018-10-25T10:23:08+0200",