tests: clean users before test_process_notification_user_provision (#88208)
gitea/wcs/pipeline/head There was a failure building this commit Details

This commit is contained in:
Frédéric Péters 2024-03-15 08:00:42 +01:00
parent 33d243f6e3
commit 783dab9978
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ PROFILE = {
def test_process_notification_user_provision(pub):
User = pub.user_class
User.wipe()
# create some roles
from wcs.ctl.management.commands.hobo_deploy import Command