Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: thedae <[email protected]>
  • Loading branch information
thedae committed Dec 17, 2024
1 parent c6f0ae7 commit 69deca6
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 @@ -243,7 +243,7 @@ func TestConfig_initAtLeastOneHost(t *testing.T) {
t.Error(err.Error())
}

if hash != "JmPNpF4R859GgtXPOZNVhrsY6ByFq9CgE8or8+Zy45c=" {
if hash != "/2xqGWkemKmpd/66klm9k879UHrH5emSDfD80zJwSAs=" {
t.Errorf("unexpected hash: %s", hash)
}
}
Expand Down

0 comments on commit 69deca6

Please sign in to comment.