File tree 1 file changed +2
-2
lines changed
workspaces/libnpmpublish/test
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ t.test('publish existing package with provenance in gha', async t => {
486
486
// Can't match length because in github actions certain environment
487
487
// variables are present that are not present when running locally,
488
488
// changing the payload size.
489
- content_type : 'application/vnd.dev.sigstore.bundle+json;version=0.2 ' ,
489
+ content_type : 'application/vnd.dev.sigstore.bundle.v0.3 +json' ,
490
490
} ,
491
491
} ,
492
492
}
@@ -1038,7 +1038,7 @@ t.test('publish existing package with provenance in gitlab', async t => {
1038
1038
// Can't match length because in github actions certain environment
1039
1039
// variables are present that are not present when running locally,
1040
1040
// changing the payload size.
1041
- content_type : 'application/vnd.dev.sigstore.bundle+json;version=0.2 ' ,
1041
+ content_type : 'application/vnd.dev.sigstore.bundle.v0.3 +json' ,
1042
1042
} ,
1043
1043
} ,
1044
1044
}
You can’t perform that action at this time.
0 commit comments