Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/chore/remove-hello-world' into c…
Browse files Browse the repository at this point in the history
…hore/remove-hello-worl-docs
  • Loading branch information
jmoreira-valory committed Oct 10, 2023
2 parents a3a974f + c8d96fd commit d6b5aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_autonomy/test_images/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
)
from autonomy.deploy.constants import DOCKERFILES

from tests.conftest import ROOT_DIR, get_package_hash_from_latest_tag, skip_docker_tests
from tests.conftest import ROOT_DIR, skip_docker_tests
from tests.test_autonomy.test_images.base import BaseImageBuildTest


Expand All @@ -64,7 +64,7 @@ def setup_class(cls) -> None:

cls.agent = str(
AGENT.with_hash(
get_package_hash_from_latest_tag(package=AGENT.to_uri_path)
package_hash="bafybeibe6kgnwkuhcydk5gr3wvsybdlc7gfuzt2ia24czudsvxlbmdlrwe"
).public_id
)

Expand Down Expand Up @@ -99,7 +99,7 @@ def test_image(self) -> None:
)

assert success, output
assert "Successfully built the agent" in output
assert "Successfully built the host dependencies" in output
assert f"Successfully tagged {self.tag}" in output

# check runtime
Expand Down

0 comments on commit d6b5aa7

Please sign in to comment.