diff options
-rw-r--r-- | test/fixtures/revisions.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/fixtures/revisions.yml b/test/fixtures/revisions.yml index 26e97ad..1edba9e 100644 --- a/test/fixtures/revisions.yml +++ b/test/fixtures/revisions.yml @@ -9,6 +9,13 @@ revision_one: access: remote severity: normal description: lol hi + product: product + category: category + synopsis: synopsis + background: background + impact: impact + workaround: workaround + resolution: resolution revision_two: id: 2 @@ -48,4 +55,4 @@ revision_five: title: GLSA 4 (contributor draft) access: remote severity: high - description: blah
\ No newline at end of file + description: blah |