Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
revelis-vincenzo committed Nov 21, 2023
1 parent 677b611 commit 35414ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ricerca_app/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5821,7 +5821,7 @@ def test_apisitiwebcdslist(self):
'descrizione_link_en': 'aaa',
'link_it': 'aaa',
'link_en': 'aaa',
'id_sito_web_cds_dati_base': 1,
'id_sito_web_cds_dati_base': s1,
})

SitoWebCdsSliderUnitTest.create_sitoWebCdsSlider(**{
Expand Down Expand Up @@ -5913,7 +5913,7 @@ def test_apisitowebcdsdetail(self):
'descrizione_link_en': 'aaa',
'link_it': 'aaa',
'link_en': 'aaa',
'id_sito_web_cds_dati_base': 1,
'id_sito_web_cds_dati_base': s1,
})

SitoWebCdsSliderUnitTest.create_sitoWebCdsSlider(**{
Expand Down

0 comments on commit 35414ee

Please sign in to comment.