]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
- Fix whitespace issue in xt/webservice/bug_attachments.t
authorDavid Lawrence <dkl@mozilla.com>
Wed, 31 Aug 2016 16:00:16 +0000 (16:00 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 31 Aug 2016 16:00:16 +0000 (16:00 +0000)
xt/webservice/bug_attachments.t

index b0e6af81c6d8db157cc6c26978a85c6a028d21fa..cb70c3f4952ea9b8bc29590dcd8f77bd7a9cd52f 100644 (file)
@@ -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');