Skip to content

Commit

Permalink
removed the unnessesary "inforation type" part of the mail template-t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
CommanderStorm authored Oct 4, 2024
1 parent 40548ae commit 618410f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions server/backend/cron/feedback_email_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ func TestTemplatingResultsWithFullFeedback(t *testing.T) {
assert.Equal(t, `<b>Feedback via the TUM Campus App:</b>
<blockquote>This is a Test</blockquote>
<table>
<tr>
<th>Inforation type</th>
<th>Details</th>
</tr>
<tr>
<th>Nutzer-Standort</th>
<td>
Expand Down Expand Up @@ -147,10 +143,6 @@ func TestTemplatingResultsWithEmptyFeedback(t *testing.T) {
assert.Equal(t, `<b>Feedback via the TUM Campus App:</b>
<i>no feedback provided</i>
<table>
<tr>
<th>Inforation type</th>
<th>Details</th>
</tr>
<tr>
<th>OS-Version</th>
<td>unknown</td>
Expand Down

0 comments on commit 618410f

Please sign in to comment.