Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 06d3fe1

Browse files
fix test unrelated to changes
1 parent bbe53a9 commit 06d3fe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codecov_auth/tests/test_admin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,8 @@ def test_link_users_to_account(self):
646646
# another user joins
647647
another_owner_with_user = OwnerFactory(user=UserFactory())
648648
self.org_1.plan_activated_users.append(another_owner_with_user.ownerid)
649+
self.org_1.save()
650+
649651
# rerun action to re-sync
650652
res = self.client.post(
651653
reverse("admin:codecov_auth_account_changelist"),

0 commit comments

Comments
 (0)