export_import: remove authent on redirect test (#88593)

This commit is contained in:
Lauréline Guérin 2024-03-25 09:54:25 +01:00
parent f7e224ba9b
commit bbc7ebfcda
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 2 deletions

View File

@ -375,8 +375,7 @@ def test_unknown_compoment_type_dependencies(app, admin_user):
app.get('/api/export-import/unknown/foo/dependencies/', status=404)
def test_redirect(app, user):
app.authorization = ('Basic', ('john', 'doe'))
def test_redirect(app):
agenda = Agenda.objects.create(label='Rdv', slug='rdv', kind='meetings')
category = Category.objects.create(slug='cat', label='Category')
resource = Resource.objects.create(slug='foo', label='Foo')