Port tests to new job archive version

This commit is contained in:
2024-11-16 07:03:29 +01:00
parent cdd45ce88b
commit 3ab26172c4
4 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ func setup(t *testing.T) *api.RestApi {
t.Fatal(err)
}
if err := os.WriteFile(filepath.Join(jobarchive, "version.txt"), []byte(fmt.Sprintf("%d", 1)), 0666); err != nil {
if err := os.WriteFile(filepath.Join(jobarchive, "version.txt"), []byte(fmt.Sprintf("%d", 2)), 0666); err != nil {
t.Fatal(err)
}