Skip to content

Commit

Permalink
Test historial de preguntas
Browse files Browse the repository at this point in the history
  • Loading branch information
uo264915 committed Apr 18, 2024
1 parent 8064d60 commit 2005870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/HistoricalData.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('HistoricalData', () => {

it('muestra la página con el histórico de preguntas generadas', async () => {

mockAxios.onGet("http://localhost:8000/historicaldata").reply(200,
mockAxios.onGet("http://localhost:8000/getquestionshistory").reply(200,
[{ question: "¿Cual es la capital de Venezuela?",
correctOption: "Caracas",
incorrectOption1: "Doha",
Expand Down

0 comments on commit 2005870

Please sign in to comment.