Skip to content

Commit 5cb3549

Browse files
committed
fixup: merge fixes
1 parent eae4c43 commit 5cb3549

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

common/djangoapps/third_party_auth/tests/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ def test_multiple_keys(self):
252252
).count()
253253
assert count == 2
254254

255+
255256
@ddt.ddt
256257
class TestValidateSAMLMetadataURL(TestCase):
257258
"""

openedx/core/djangoapps/user_api/accounts/tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ def verify_get_own_information(queries):
820820
# Now make sure that the user can get the same information, even if not active
821821
self.user.is_active = False
822822
self.user.save()
823-
verify_get_own_information(self._get_num_queries(15))
823+
verify_get_own_information(self._get_num_queries(16))
824824

825825
def test_get_account_empty_string(self):
826826
"""

0 commit comments

Comments
 (0)