Skip to content

Commit 7f23b08

Browse files
authored
test: fix unit tests (#7356)
1 parent e1542bd commit 7f23b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aks-node-controller/pkg/nodeconfigutils/compatibility_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ const (
1919
// Investigate thoroughly before updating.
2020
backwardCompatCommit = "c4ddd55f7dd72bfb541313fe586f586dfa7bd114"
2121

22-
// Commit when PopulateAllFields was first introduced.
22+
// Commit when PopulateAllFields was first introduced. (2025-11-12)
2323
// CAREFUL: Test failure may indicate forward compatibility breakage.
2424
// Only active RP releases (potentially multiple) need to be supported.
2525
// Investigate thoroughly before updating.
26-
forwardCompatCommit = "878718c80db175859a6d7cf377f7b7d40c438413"
26+
forwardCompatCommit = "e1542bdb705b682bda4a87c6db07a6e5ebb01faf"
2727
)
2828

2929
var (

0 commit comments

Comments
 (0)