mirror of https://github.com/portainer/portainer
rename output_35 to output_24_to_latest (#7006)
parent
c41f7f8270
commit
9b58c2e466
|
@ -34,9 +34,9 @@ func TestMigrateData(t *testing.T) {
|
||||||
wantPath string
|
wantPath string
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
testName: "migrate version 24 to 35",
|
testName: "migrate version 24 to latest",
|
||||||
srcPath: "test_data/input_24.json",
|
srcPath: "test_data/input_24.json",
|
||||||
wantPath: "test_data/output_35.json",
|
wantPath: "test_data/output_24_to_latest.json",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
for _, test := range snapshotTests {
|
for _, test := range snapshotTests {
|
||||||
|
|
Loading…
Reference in New Issue