refact: use repository id in dataplatform
This commit is contained in:
@@ -20,7 +20,7 @@ def location(tmp_path):
|
||||
|
||||
|
||||
def test_init(location):
|
||||
repo = FSRepository("example", location, "example")
|
||||
repo = FSRepository("example", "example", location)
|
||||
assert repo.ls() == [
|
||||
"schema",
|
||||
]
|
||||
@@ -45,7 +45,7 @@ def test_init(location):
|
||||
|
||||
@pytest.fixture
|
||||
def repository(location) -> FSRepository:
|
||||
return FSRepository("example", location, "example")
|
||||
return FSRepository("example", "example", location)
|
||||
|
||||
|
||||
def test_list_schemas(repository):
|
||||
|
||||
Reference in New Issue
Block a user