File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ def test_file_list(self) -> None: # noqa: PLR0915
167167
168168 # test file size filter
169169 response = self .client .get (
170- reverse ("api-v1-json:file_list" ), data = {"size" : 9478 }, headers = {"authorization" : self .creator2 .auth }
170+ reverse ("api-v1-json:file_list" ), data = {"size" : 8424 }, headers = {"authorization" : self .creator2 .auth }
171171 )
172172 assert len (response .json ()["bma_response" ]) == 20
173173
@@ -1004,7 +1004,7 @@ def test_file_list_view_file_size_filters(self) -> None:
10041004 self .client .login (username = "moderator4" , password = "secret" )
10051005
10061006 # test file size filter
1007- self .assert_file_list_rows (24 , qs = "?file_size=9478 " )
1007+ self .assert_file_list_rows (24 , qs = "?file_size=8424 " )
10081008 self .assert_file_list_rows (24 , qs = "?file_size__lt=100000" )
10091009 self .assert_file_list_rows (0 , qs = "?file_size__lt=100" )
10101010 self .assert_file_list_rows (0 , qs = "?file_size__gt=100000" )
You can’t perform that action at this time.
0 commit comments