Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed Apr 13, 2023
1 parent f52f417 commit 7866aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-envd/tests/test_image_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_image_spec():
base_image="cr.flyte.org/flyteorg/flytekit:py3.8-latest",
)

EnvdImageSpecBuilder().build_image(image_spec, "test")
EnvdImageSpecBuilder().build_image(image_spec)
config_path = create_envd_config(image_spec)
contents = Path(config_path).read_text()
assert (
Expand Down

0 comments on commit 7866aa8

Please sign in to comment.