TestAccFilerWorkspaceFilesExtensionsErrorsOnDupName recently started failing in our nightlies because the upstream import API was changed to prohibit conflicting file paths. Because existing conflicting file paths can still be grandfathered in, we need to retain coverage for the test. To do this, this PR:
Removes the failing TestAccFilerWorkspaceFilesExtensionsErrorsOnDupName
Add an equivalent unit test with the list and get-status API calls mocked.
Changes
TestAccFilerWorkspaceFilesExtensionsErrorsOnDupName
recently started failing in our nightlies because the upstreamimport
API was changed to prohibit conflicting file paths. Because existing conflicting file paths can still be grandfathered in, we need to retain coverage for the test. To do this, this PR:TestAccFilerWorkspaceFilesExtensionsErrorsOnDupName
list
andget-status
API calls mocked.