summaryrefslogtreecommitdiffstats
path: root/xt/webservice
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-08-31 18:00:16 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-08-31 18:00:16 +0200
commit770835df2444c9ab12d644581c861f128d6ed894 (patch)
treef0b0cd22aa3e48e8e496b222ff0f1662538dd67a /xt/webservice
parent1df1a7b9ea4cd24235d344d495a874de40624612 (diff)
downloadbugzilla-770835df2444c9ab12d644581c861f128d6ed894.tar.gz
bugzilla-770835df2444c9ab12d644581c861f128d6ed894.tar.xz
- Fix whitespace issue in xt/webservice/bug_attachments.t
Diffstat (limited to 'xt/webservice')
-rw-r--r--xt/webservice/bug_attachments.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/bug_attachments.t b/xt/webservice/bug_attachments.t
index b0e6af81c..cb70c3f49 100644
--- a/xt/webservice/bug_attachments.t
+++ b/xt/webservice/bug_attachments.t
@@ -142,7 +142,7 @@ sub post_success {
cmp_ok($attachment->{file_name}, '=~', qr/^\w+\.pl$/,
"filename is in the expected format");
is($attachment->{creator}, ($t->{user} ? $config->{QA_Selenium_TEST_user_login} : email_filter($config->{QA_Selenium_TEST_user_login})),
- "creator is the correct user");
+ "creator is the correct user");
my $data = $attachment->{data};
$data = decode_base64($data) if $rpc->isa('QA::RPC::JSONRPC');
is($data, $content, 'data is correct');