Skip to content

Commit

Permalink
drop! test linter error fails CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Nov 5, 2024
1 parent 48c0998 commit ae8a177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app/general/tests/test_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ def setUp(self):
logo="logo1.png",
)





def test_institution_filter(self):
data = {"institution": [self.institution1.id]}
filter = DocumentFilter(data=data)
Expand Down
3 changes: 2 additions & 1 deletion app/general/tests/test_frontend.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from django.contrib.staticfiles.testing import StaticLiveServerTestCase
from selenium.common import TimeoutException
from selenium.webdriver.chrome.webdriver import Options, WebDriver
from selenium.webdriver.chrome.webdriver import WebDriver, Options
from selenium.webdriver.common.by import By
from selenium.webdriver.support.wait import WebDriverWait


# Wait timeout in seconds
WAIT_TIMEOUT = 5

Expand Down

0 comments on commit ae8a177

Please sign in to comment.