Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom committed Nov 27, 2023
1 parent 5d55948 commit 9361600
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions src/server/services/simple-connect/cleopatra.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,30 @@ describe('simple-connect/cleopatra', () => {
expect(notificationsResponse).toMatchInlineSnapshot(`
{
"content": {
"notifications": [],
"notifications": [
{
"chapter": "MILIEUZONE",
"datePublished": "2019-03-13",
"description": "Uw moet uw aanvraag voor ontheffing milieuzone Brom- en snorfietsen nog betalen",
"id": "MILIEUZONE-M1",
"link": {
"title": "Betaal direct",
"to": "https://ontheffingen-acc.amsterdam.nl/publiek/aanvraag/1",
},
"title": "Uw aanvraag ontheffing milieuzone Brom- en snorfietsen",
},
{
"chapter": "MILIEUZONE",
"datePublished": "2019-03-13",
"description": "Uw moet uw aanvraag voor ontheffing milieuzone Brom- en snorfietsen nog betalen",
"id": "MILIEUZONE-M1",
"link": {
"title": "Betaal direct",
"to": "https://ontheffingen-acc.amsterdam.nl/publiek/aanvraag/2",
},
"title": "Uw aanvraag ontheffing milieuzone Brom- en snorfietsen",
},
],
},
"status": "OK",
}
Expand Down Expand Up @@ -160,7 +183,19 @@ describe('simple-connect/cleopatra', () => {
expect(notificationsResponse).toMatchInlineSnapshot(`
{
"content": {
"notifications": [],
"notifications": [
{
"chapter": "OVERTREDINGEN",
"datePublished": "2019-03-13",
"description": "Uw moet uw overtreding nog betalen",
"id": "OVERTREDINGEN-M1",
"link": {
"title": "Betaal direct",
"to": "https://ontheffingen-acc.amsterdam.nl/publiek/aanvraag/1",
},
"title": "Overtreding betalen",
},
],
},
"status": "OK",
}
Expand Down

0 comments on commit 9361600

Please sign in to comment.