Skip to content

Commit

Permalink
Fix another fat fingered bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Apr 24, 2024
1 parent e15c212 commit f971ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/tests/functional/test_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ def test_migrate_DAB_RBAC(self, migrator):
)

RoleUserAssignment = new_state.apps.get_model('dab_rbac', 'RoleUserAssignment')
assert RoleUserAssignment.filter(user=user.id, object_id=org.id).exists()
assert RoleUserAssignment.objects.filter(user=user.id, object_id=org.id).exists()

0 comments on commit f971ac3

Please sign in to comment.