mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Fix cluster process update on metadata change
This commit is contained in:
@@ -50,7 +50,7 @@ func TestConfigHash(t *testing.T) {
|
||||
|
||||
hash1 := config.Hash()
|
||||
|
||||
require.Equal(t, []byte{0x23, 0x5d, 0xcc, 0x36, 0x77, 0xa1, 0x49, 0x7c, 0xcd, 0x8a, 0x72, 0x6a, 0x6c, 0xa2, 0xc3, 0x24}, hash1)
|
||||
require.Equal(t, []byte{0x7e, 0xae, 0x5b, 0xc3, 0xad, 0xe3, 0x9a, 0xfc, 0xd3, 0x49, 0x15, 0x28, 0x93, 0x17, 0xc5, 0xbf}, hash1)
|
||||
|
||||
config.Reconnect = false
|
||||
|
||||
|
Reference in New Issue
Block a user