Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilShahi committed Aug 7, 2022
1 parent 9e02b81 commit 73cf5af
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions frontend/src/testData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,34 @@ export const testEndpoints: Endpoint[] = [
lastActive: "2022-07-31T00:52:10.586Z",
piiData: [
{
dataType: DataClass.SSN,
uuid: "62073e0e-7a46-4875-83b8-fd356cdaadaf",
dataClass: DataClass.SSN,
dataPath: "result.asdf",
risk: RiskScore.HIGH,
dateIdentified: "2022-07-31T00:52:10.586Z",
createdAt: "2022-07-31T00:52:10.586Z",
updatedAt: "2022-07-31T00:52:10.586Z",
matches: [],
isRisk: true,
},
{
dataType: DataClass.CREDIT_CARD,
uuid: "af226cd2-5fe6-4cf5-b55e-3bf6921d1e09",
dataClass: DataClass.CREDIT_CARD,
dataPath: "result.asdf.asdf",
risk: RiskScore.MEDIUM,
dateIdentified: "2022-07-31T00:52:10.586Z",
createdAt: "2022-07-31T00:52:10.586Z",
updatedAt: "2022-07-31T00:52:10.586Z",
matches: [],
isRisk: true,
},
{
dataType: DataClass.IP_ADDRESS,
uuid: "0bf054a6-6005-47e6-8d01-7ecb4c48be68",
dataClass: DataClass.IP_ADDRESS,
dataPath: "result.asdf.bar",
risk: RiskScore.LOW,
dateIdentified: "2022-07-31T00:52:10.586Z",
createdAt: "2022-07-31T00:52:10.586Z",
updatedAt: "2022-07-31T00:52:10.586Z",
matches: [],
isRisk: true,
},
],
traces: [
Expand Down

0 comments on commit 73cf5af

Please sign in to comment.