aboutsummaryrefslogtreecommitdiffstats
path: root/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test.pl')
-rwxr-xr-xtest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.pl b/test.pl
index 1e0a2a3..c596e8c 100755
--- a/test.pl
+++ b/test.pl
@@ -15,11 +15,11 @@ is(prettify_hipchat('<span style="color: dimgrey;">Type:</span>  <img src="http
'Type: Bug',
'Type');
is(prettify_hipchat(' <span style="color: dimgrey;">Priority:</span>  <img src="http://pixshark.com/white-box-icon.htm" height="16" width="16" />'),
- 'Priority:',
+ '',
'Priority label');
is(prettify_hipchat(' Not prioritized  '), 'Not prioritized', 'Priority tag body');
is(prettify_hipchat('<span style="color: dimgrey;">Status:</span>  '),
- 'Status:',
+ '',
'Status label');
is(prettify_hipchat(' <span class="aui-lozenge aui-lozenge-complete">'),
'',