Skip to content

Commit

Permalink
✅ Correct default osidb endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Valen committed Sep 16, 2024
1 parent a92475d commit 9435603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/__tests__/OsidbAuthService.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('OsidbAuthService', () => {
'user_id': 1337
});

const refreshEndpoint = http.post('/auth/token/refresh', () => {
const refreshEndpoint = http.post('http://osidb-service:8000/auth/token/refresh', () => {
return HttpResponse.json({ access: accessJWT });
});

Expand Down

0 comments on commit 9435603

Please sign in to comment.