Skip to content

Commit

Permalink
Add stub integration test.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Sep 27, 2023
1 parent fb0033b commit 05d8b87
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,9 @@ def test_social_user_sync_with_changed_login(ansible_config):
assert role_data['results'][0]['github_user'] == 'Wilk42'
assert role_data['results'][0]['github_repo'] == role['github_repo']
assert role_data['results'][0]['name'] == role['name']


@pytest.mark.skip(reason='this should be unit tested')
@pytest.mark.deployment_community
def test_rbac_utils_get_owned_v3_namespaces(ansible_config):
pass

0 comments on commit 05d8b87

Please sign in to comment.