Skip to content

Commit

Permalink
Merge branch 'ssh-agent' of github.com:wheegee/sentential into ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
raylas committed Jul 25, 2023
2 parents 48d68c9 + 3552d79 commit 7033aa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/lib/drivers/test_local_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ def test_publish_multi_arch(
assert cwi in built

def test_cross_build(self, local_images_driver: LocalImagesDriver, cross_arch):
assert local_images_driver.build(cross_arch, False).architecture == cross_arch.value
assert (
local_images_driver.build(cross_arch, False).architecture
== cross_arch.value
)

def test_cross_publish_failure(
self, local_images_driver: LocalImagesDriver, native_arch
Expand Down

0 comments on commit 7033aa4

Please sign in to comment.