mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
rename output_35 to output_24_to_latest (#7006)
This commit is contained in:
parent
c41f7f8270
commit
9b58c2e466
2 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ func TestMigrateData(t *testing.T) {
|
|||
wantPath string
|
||||
}{
|
||||
{
|
||||
testName: "migrate version 24 to 35",
|
||||
testName: "migrate version 24 to latest",
|
||||
srcPath: "test_data/input_24.json",
|
||||
wantPath: "test_data/output_35.json",
|
||||
wantPath: "test_data/output_24_to_latest.json",
|
||||
},
|
||||
}
|
||||
for _, test := range snapshotTests {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue