Skip to content

Commit

Permalink
Update config hash in test
Browse files Browse the repository at this point in the history
Signed-off-by: Antonije Ivanovic <[email protected]>
  • Loading branch information
anivanovic committed Oct 26, 2023
1 parent b777b7f commit c9838bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestConfig_init(t *testing.T) {
t.Error(err.Error())
}

if hash != "FK9W9HSD9jkExuf53M9SUs5bCwlwRde5kRX0cn8rGm4=" {
if hash != "NILRcvZq9y+zinGtRRfG+Zm1ORVE3gI2gjpcgDI3A/Q=" {
t.Errorf("unexpected hash: %s", hash)
}
}
Expand Down

0 comments on commit c9838bd

Please sign in to comment.