feat: Upgrade Python dependency and refactor test skip reason

- Upgraded Python dependency for edx-enterprise
- Removed references to the char field `decrypted_secret`
- Updated the skip reason message for `test_migrations_are_in_sync`

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
This commit is contained in:
MueezKhan246
2024-09-05 14:18:35 +00:00
parent dbc1b23d4d
commit 5dfc5b0fc9
6 changed files with 6 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ class MigrationTests(TestCase):
"""
@unittest.skip(
"Temporary skip for ENT-8971 while the client id and secret columns in Canvas replaced."
"Temporary skip for ENT-8972 while the char field decrypted client secret columns in SAP is removed."
)
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):