Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed May 9, 2018
1 parent 5266706 commit 36b788e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func TestInvalidSHA256FailsTest(t *testing.T) {
}
logtext := string(bytes)
if !strings.Contains(logtext, "[mounts] SHA256 of content from task LK1Rz2UtT16d-HBSqyCtuA artifact public/build/unknown_issuer_app_1.zip was 625554ec8ce731e486a5fb904f3331d18cf84a944dd9e40c19550686d4e8492e but task definition explicitly requires 9263625672993742f0916f7a22b4d9924ed0327f2e02edd18456c0c4e5876850") &&
!strings.Contains(logtext, "[mounts] Found existing download of task LK1Rz2UtT16d-HBSqyCtuA artifact public/build/unknown_issuer_app_1.zip with SHA256 625554ec8ce731e486a5fb904f3331d18cf84a944dd9e40c19550686d4e8492e but task definition explicitly requires 9263625672993742f0916f7a22b4d9924ed0327f2e02edd18456c0c4e5876850") {
!strings.Contains(logtext, "[mounts] Found existing download of artifact:LK1Rz2UtT16d-HBSqyCtuA:public/build/unknown_issuer_app_1.zip with SHA256 625554ec8ce731e486a5fb904f3331d18cf84a944dd9e40c19550686d4e8492e but task definition explicitly requires 9263625672993742f0916f7a22b4d9924ed0327f2e02edd18456c0c4e5876850") {
t.Fatalf("Was expecting log file to highlight incorrect SHA, but it does not:\n%v", logtext)
}
}
Expand Down

0 comments on commit 36b788e

Please sign in to comment.