Skip to content

Commit

Permalink
fix(migrate): update sanityRequestOptions test (#8496)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin authored Feb 4, 2025
1 parent 606f948 commit 1480d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('toFetchOptions', () => {
init: {
headers: {
'Content-Type': 'application/json',
'User-Agent': '@sanity/migrate@3.72.1',
'User-Agent': expect.stringMatching(/^@sanity\/migrate@3\./),
},
method: 'GET',
},
Expand Down

0 comments on commit 1480d54

Please sign in to comment.