Skip to content

Commit a9c8676

Browse files
chore: update golden files
1 parent b3081de commit a9c8676

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

coderd/notifications/testdata/rendered-templates/smtp/TemplateWorkspaceOutOfDisk.html.golden

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Content-Type: text/plain; charset=UTF-8
1212

1313
Hi Bobby,
1414

15-
Your workspace bobby-workspace has reached the volume usage threshold set a=
16-
t 90%.
15+
Your workspace bobby-workspace has reached the usage threshold set at 90% f=
16+
or volume /home/coder.
1717

1818

1919
View workspace: http://test.com/@bobby/bobby-workspace
@@ -48,8 +48,9 @@ argin: 8px 0 32px; line-height: 1.5;">
4848
<div style=3D"line-height: 1.5;">
4949
<p>Hi Bobby,</p>
5050

51-
<p>Your workspace <strong>bobby-workspace</strong> has reached the volume u=
52-
sage threshold set at <strong>90%</strong>.</p>
51+
<p>Your workspace <strong>bobby-workspace</strong> has reached the usage th=
52+
reshold set at <strong>90%</strong> for volume <code>/home/coder</code>.</p=
53+
>
5354
</div>
5455
<div style=3D"text-align: center; margin-top: 32px;">
5556
=20

coderd/notifications/testdata/rendered-templates/webhook/TemplateWorkspaceOutOfDisk.json.golden

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
],
1818
"labels": {
1919
"threshold": "90%",
20+
"volume": "/home/coder",
2021
"workspace": "bobby-workspace"
2122
},
2223
"data": null
2324
},
2425
"title": "Your workspace \"bobby-workspace\" is low on disk",
2526
"title_markdown": "Your workspace \"bobby-workspace\" is low on disk",
26-
"body": "Hi Bobby,\n\nYour workspace bobby-workspace has reached the volume usage threshold set at 90%.",
27-
"body_markdown": "Hi Bobby,\n\nYour workspace **bobby-workspace** has reached the volume usage threshold set at **90%**."
27+
"body": "Hi Bobby,\n\nYour workspace bobby-workspace has reached the usage threshold set at 90% for volume /home/coder.",
28+
"body_markdown": "Hi Bobby,\n\nYour workspace **bobby-workspace** has reached the usage threshold set at **90%** for volume `/home/coder`."
2829
}

0 commit comments

Comments
 (0)