mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 01:41:24 -06:00
Fix changed want md5 hash
This commit is contained in:
parent
f0167e17ed
commit
da46cc2fca
@ -10,7 +10,7 @@ func TestMd5Sum(t *testing.T) {
|
||||
t.Fatal("expected err to be nil")
|
||||
}
|
||||
|
||||
want := "2d6a56c82d09d374643b926d3417afba"
|
||||
want := "dd1f7fdb3466c0d09c2e839d1f1530f8"
|
||||
if have != want {
|
||||
t.Fatalf("expected: %s got: %s", want, have)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user