Do not update route status when nothing changed
This commit is contained in:
parent
386c2ffb20
commit
7dbd3f88f6
5 changed files with 116 additions and 63 deletions
|
@ -268,7 +268,7 @@ func Test_gatewayStatusEquals(t *testing.T) {
|
|||
t.Run(test.desc, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
result := gatewayStatusEquals(test.statusA, test.statusB)
|
||||
result := gatewayStatusEqual(test.statusA, test.statusB)
|
||||
|
||||
assert.Equal(t, test.expected, result)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue