File tree Expand file tree Collapse file tree
backend/app/src/test/kotlin/io/tolgee/api/v2/controllers/contentDelivery Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import io.tolgee.batch.BatchJobConcurrentLauncher
55import io.tolgee.component.fileStorage.AzureBlobFileStorage
66import io.tolgee.component.fileStorage.AzureFileStorageFactory
77import io.tolgee.component.fileStorage.FileStorage
8- import io.tolgee.exceptions.FileStoreException
98import io.tolgee.component.fileStorage.S3FileStorage
109import io.tolgee.component.fileStorage.S3FileStorageFactory
11- import io.tolgee.fixtures.andAssertThatJson
12- import io.tolgee.fixtures.node
1310import io.tolgee.development.testDataBuilder.data.ContentDeliveryConfigTestData
11+ import io.tolgee.exceptions.FileStoreException
12+ import io.tolgee.fixtures.andAssertThatJson
1413import io.tolgee.fixtures.andIsBadRequest
1514import io.tolgee.fixtures.andIsOk
15+ import io.tolgee.fixtures.node
1616import io.tolgee.service.contentDelivery.ContentDeliveryConfigService
1717import io.tolgee.testing.ContextRecreatingTest
1818import io.tolgee.testing.annotations.ProjectJWTAuthTestMethod
Original file line number Diff line number Diff line change @@ -2757,6 +2757,7 @@ export interface components {
27572757 | "azure_connection_string_required"
27582758 | "s3_secret_key_required"
27592759 | "cannot_store_file_to_content_storage"
2760+ | "cannot_prune_content_storage"
27602761 | "unexpected_error_while_publishing_to_content_storage"
27612762 | "webhook_responded_with_non_200_status"
27622763 | "unexpected_error_while_executing_webhook"
@@ -6132,6 +6133,7 @@ export interface components {
61326133 | "azure_connection_string_required"
61336134 | "s3_secret_key_required"
61346135 | "cannot_store_file_to_content_storage"
6136+ | "cannot_prune_content_storage"
61356137 | "unexpected_error_while_publishing_to_content_storage"
61366138 | "webhook_responded_with_non_200_status"
61376139 | "unexpected_error_while_executing_webhook"
You can’t perform that action at this time.
0 commit comments