Fix test to use default workspace parameter behavior
This commit is contained in:
parent
4ea2124001
commit
41bf6d0283
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ async def test_backward_compatibility():
|
|||
print("\nTest 3.1: get_final_namespace with workspace=None")
|
||||
|
||||
set_default_workspace("my_default_workspace")
|
||||
final_ns = get_final_namespace("pipeline_status", workspace=None)
|
||||
final_ns = get_final_namespace("pipeline_status")
|
||||
expected = "my_default_workspace:pipeline_status"
|
||||
|
||||
assert final_ns == expected, f"Expected {expected}, got {final_ns}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue