Skip to content

Commit 823971f

Browse files
committed
Fix tests
1 parent 6559ac0 commit 823971f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/remote_persistent_term/fetcher/s3_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ defmodule RemotePersistentTerm.Fetcher.S3Test do
7979
assert log =~ "Failed to fetch from primary region, attempting failover regions"
8080
assert log =~ "region: \"failover-region-1\""
8181
assert log =~ "Trying failover region"
82-
assert log =~ "Found latest version of object with version: #{@version}"
82+
assert log =~ "Found latest version of object"
8383
end
8484

8585
test "download/1 tries first failover region when primary region fails" do

0 commit comments

Comments
 (0)