Skip to content

Commit

Permalink
Remove check of string in output
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Apr 8, 2024
1 parent 8d0451f commit 6be81b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/flytekit/unit/cli/pyflyte/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def test_package_with_fast_registration_and_envvars():

result = runner.invoke(pyflyte.main, ["--pkgs", "core", "package", "--image", "core:v1", "--fast"])
assert result.exit_code == 2
assert "flyte-package.tgz already exists, specify -f to override" in result.output
result = runner.invoke(
pyflyte.main,
[
Expand Down Expand Up @@ -206,4 +205,3 @@ def test_package_with_envs_wrong_format():
],
)
assert result.exit_code == 2
assert "Expected key-value pair of the form key=value, got" in result.output

0 comments on commit 6be81b0

Please sign in to comment.