Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03325b3a authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

fix pep8

parent 10975fd2
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-


import json
from urllib.parse import ParseResult
from urllib.parse import ParseResult
from mock import Mock
from mock import Mock
from searx.testing import SearxTestCase
from searx.testing import SearxTestCase
@@ -116,7 +115,6 @@ class ViewsTestCase(SearxTestCase):
            result.data
            result.data
        )
        )


    
    def test_index_rss(self):
    def test_index_rss(self):
        result = self.app.post('/', data={'q': 'test', 'format': 'rss'})
        result = self.app.post('/', data={'q': 'test', 'format': 'rss'})
        self.assertEqual(result.status_code, 308)
        self.assertEqual(result.status_code, 308)