diff --git a/.github/workflows/testnotification.yml b/.github/workflows/testnotification.yml index a056003b0d..4a0a96b604 100644 --- a/.github/workflows/testnotification.yml +++ b/.github/workflows/testnotification.yml @@ -26,4 +26,4 @@ jobs: uses: ./.github/actions/teams-message with: msg: ${{ github.event.inputs.msg }} - teams_url: ${{ secrets.TEAMS_CORSO_CI_WEBHOOK_URL }} \ No newline at end of file + teams_url: ${{ secrets.TEAMS_CORSO_CI_WEBHOOK_URL }} diff --git a/src/internal/m365/onedrive_test.go b/src/internal/m365/onedrive_test.go index 45ab695214..6617f1bfab 100644 --- a/src/internal/m365/onedrive_test.go +++ b/src/internal/m365/onedrive_test.go @@ -228,7 +228,7 @@ func (suite *SharePointIntegrationSuite) TestLinkSharesInheritanceRestoreAndBack func (suite *SharePointIntegrationSuite) TestRestoreFolderNamedFolderRegression() { // No reason why it couldn't work with previous versions, but this is when it got introduced. - testRestoreFolderNamedFolderRegression(suite, version.Backup) + testRestoreFolderNamedFolderRegression(suite, version.All8MigrateUserPNToID) } // --------------------------------------------------------------------------- @@ -292,7 +292,7 @@ func (suite *OneDriveIntegrationSuite) TestLinkSharesInheritanceRestoreAndBackup func (suite *OneDriveIntegrationSuite) TestRestoreFolderNamedFolderRegression() { // No reason why it couldn't work with previous versions, but this is when it got introduced. - testRestoreFolderNamedFolderRegression(suite, version.Backup) + testRestoreFolderNamedFolderRegression(suite, version.All8MigrateUserPNToID) } // ---------------------------------------------------------------------------