Skip to content

Commit

Permalink
vdk-control-cli: uncomment secrets test
Browse files Browse the repository at this point in the history
Uncomment test after #3125

Signed-off-by: Dilyan Marinov <[email protected]>
  • Loading branch information
Dilyan Marinov committed Mar 19, 2024
1 parent 82756ae commit 10ad17b
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ def test_secrets_plugin_no_url_configured():
):
runner = CliEntryBasedTestRunner(vdk_plugin_control_cli, secrets_plugin)

# TODO: Uncomment this after vdk-core release
# result: Result = runner.invoke(
# ["run", jobs_path_from_caller_directory("simple-job")]
# )
# # job that doesn't explicitly use secrets should fail due to secrets overrides in core
# cli_assert_equal(1, result)
result: Result = runner.invoke(
["run", jobs_path_from_caller_directory("simple-job")]
)
# job that doesn't explicitly use secrets should fail due to secrets overrides in core
cli_assert_equal(1, result)

result: Result = runner.invoke(
["run", jobs_path_from_caller_directory("secrets-job")]
Expand Down

0 comments on commit 10ad17b

Please sign in to comment.