mirror of
https://github.com/henrygd/beszel.git
synced 2026-08-16 15:27:47 +02:00
test(ghupdate): align missing checksum digest error expectation
This commit is contained in:
@@ -34,7 +34,7 @@ func TestVerifyAssetChecksum(t *testing.T) {
|
||||
},
|
||||
{
|
||||
name: "missing",
|
||||
wantErr: "invalid release asset digest",
|
||||
wantErr: "invalid release digest",
|
||||
},
|
||||
{
|
||||
name: "unsupported algorithm",
|
||||
|
||||
Reference in New Issue
Block a user