Skip to content

Commit

Permalink
Fix tests with new names
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas J. Fan <[email protected]>
  • Loading branch information
thomasjpfan committed Aug 21, 2024
1 parent c4a06da commit 5727be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/flytekit-neptune/tests/test_neptune_init_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def test_remote_project_and_init_run_kwargs(
neptune_task()

init_run_mock.assert_called_with(project="flytekit/project", tags=["my-tag"], api_token=api_token)
assert run_mock["Flyte Execution ID"] == host_name
assert run_mock["Flyte Execution URL"] == execution_url
assert run_mock["flyte/execution_id"] == host_name
assert run_mock["flyte/execution_url"] == execution_url


def test_get_secret_callable():
Expand Down

0 comments on commit 5727be2

Please sign in to comment.