Skip to content

Commit

Permalink
Move user schema tests to FAB provider (apache#37513)
Browse files Browse the repository at this point in the history
Since all the USER/ROLE related code moved to FAB, we should also
move the user schema tests as well. Not having the tests in the
provider code, made the apache#37507 succeed because of selective chekcs
(false positive). Mobing the tests to fab provider should fix the
problem.
  • Loading branch information
potiuk authored and abhishekbhakat committed Mar 5, 2024
1 parent 0665c50 commit 5e6e668
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@


@pytest.fixture(scope="module")
def configured_app(minimal_app_for_api):
app = minimal_app_for_api
def configured_app(minimal_app_for_auth_api):
app = minimal_app_for_auth_api
create_role(
app,
name="TestRole",
Expand Down

0 comments on commit 5e6e668

Please sign in to comment.