Skip to content

Commit

Permalink
ipatests: rename 'ipatuura' directory to 'scim' in bridge tests
Browse files Browse the repository at this point in the history
A recent commit [1] in ipa-tuura project renamed the 'ipatuura' django app
to 'scim'. Change it in IPA side as well to fix tests.

[1]: freeipa/ipa-tuura@f12592c

Fixes: https://pagure.io/freeipa/issue/9447

Signed-off-by: Antonio Torres <antorres@redhat.com>
Reviewed-By: Francisco Trivino <ftrivino@redhat.com>
  • Loading branch information
antoniotorresm authored and flo-renaud committed Sep 11, 2023
1 parent 953c7cc commit 2bc247d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipatests/pytest_ipa/integration/create_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def setup_scim_server(host, version="main"):
host.run_command(["pip", "install", "-r", f"{django_reqs}"])

# Prepare models and database
host.run_command(["python", "manage.py", "makemigrations", "ipatuura"],
host.run_command(["python", "manage.py", "makemigrations", "scim"],
cwd=f"{dir}/src/ipa-tuura")
host.run_command(["python", "manage.py", "migrate"],
cwd=f"{dir}/src/ipa-tuura")
Expand Down

0 comments on commit 2bc247d

Please sign in to comment.