mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Fix library API test for format field redefinition in 9d152ed.
This commit is contained in:
@@ -43,7 +43,7 @@ class LibrariesApiTestCase( api.ApiTestCase, TestsDatasets ):
|
||||
library_dataset = show().json()
|
||||
self._assert_has_keys( library_dataset, "peek", "data_type" )
|
||||
assert library_dataset[ "peek" ].find("create_test") >= 0
|
||||
assert library_dataset[ "data_type" ] == "txt"
|
||||
assert library_dataset[ "file_ext" ] == "txt", library_dataset[ "file_ext" ]
|
||||
|
||||
def _create_folder( self, library ):
|
||||
create_data = dict(
|
||||
|
||||
Reference in New Issue
Block a user