Skip to content

Commit e524780

Browse files
committed
fix: failing tests for schema and linting
1 parent 882e3c3 commit e524780

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

backend/app/src/test/kotlin/io/tolgee/api/v2/controllers/contentDelivery/ContentDeliveryConfigControllerTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ import io.tolgee.batch.BatchJobConcurrentLauncher
55
import io.tolgee.component.fileStorage.AzureBlobFileStorage
66
import io.tolgee.component.fileStorage.AzureFileStorageFactory
77
import io.tolgee.component.fileStorage.FileStorage
8-
import io.tolgee.exceptions.FileStoreException
98
import io.tolgee.component.fileStorage.S3FileStorage
109
import io.tolgee.component.fileStorage.S3FileStorageFactory
11-
import io.tolgee.fixtures.andAssertThatJson
12-
import io.tolgee.fixtures.node
1310
import io.tolgee.development.testDataBuilder.data.ContentDeliveryConfigTestData
11+
import io.tolgee.exceptions.FileStoreException
12+
import io.tolgee.fixtures.andAssertThatJson
1413
import io.tolgee.fixtures.andIsBadRequest
1514
import io.tolgee.fixtures.andIsOk
15+
import io.tolgee.fixtures.node
1616
import io.tolgee.service.contentDelivery.ContentDeliveryConfigService
1717
import io.tolgee.testing.ContextRecreatingTest
1818
import io.tolgee.testing.annotations.ProjectJWTAuthTestMethod

webapp/src/service/apiSchema.generated.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)