Skip to content

Commit

Permalink
fix: fix no specification assertion
Browse files Browse the repository at this point in the history
Signed-off-by: wayner0628 <a901639@gmail.com>
  • Loading branch information
wayner0628 committed Aug 22, 2024
1 parent 9808265 commit 9915cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/unit/remote/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def test_execution_name(mock_client, mock_uuid):
[
mock.call(ANY, ANY, "execution-test", ANY, ANY),
mock.call(ANY, ANY, "execution-test-" + test_uuid.hex[:19], ANY, ANY),
mock.call(ANY, ANY, "", ANY, ANY),
mock.call(ANY, ANY, None, ANY, ANY),
]
)
with pytest.raises(
Expand Down

0 comments on commit 9915cd3

Please sign in to comment.