chore: save WIP before workstation switch
This commit is contained in:
@@ -78,7 +78,7 @@ test.describe('CSV Upload Player Deduplication', () => {
|
||||
formData.append('csvFile', file);
|
||||
formData.append('eventId', testTournamentId.toString());
|
||||
|
||||
const response = await request.post('http://localhost:3000/api/matches/upload', {
|
||||
const response = await request.post('/api/matches/upload', {
|
||||
multipart: formData,
|
||||
});
|
||||
|
||||
@@ -132,7 +132,7 @@ test.describe('CSV Upload Player Deduplication', () => {
|
||||
formData.append('csvFile', file);
|
||||
formData.append('eventId', testTournamentId.toString());
|
||||
|
||||
const response = await request.post('http://localhost:3000/api/matches/upload', {
|
||||
const response = await request.post('/api/matches/upload', {
|
||||
multipart: formData,
|
||||
});
|
||||
|
||||
@@ -189,7 +189,7 @@ test.describe('CSV Upload Player Deduplication', () => {
|
||||
formData.append('csvFile', file);
|
||||
formData.append('eventId', testTournamentId.toString());
|
||||
|
||||
const response = await request.post('http://localhost:3000/api/matches/upload', {
|
||||
const response = await request.post('/api/matches/upload', {
|
||||
multipart: formData,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user