Skip to content

Commit

Permalink
Redshift: Fix integration tests (#20882)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhomud authored Dec 27, 2022
1 parent c596e6e commit 2da903c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* Integration test testing the {@link RedshiftInsertDestination}. As the Redshift test credentials
* contain S3 credentials by default, we remove these credentials.
*/
class RedshiftInsertDestinationAcceptanceTest extends RedshiftStagingS3DestinationAcceptanceTest {
public class RedshiftInsertDestinationAcceptanceTest extends RedshiftStagingS3DestinationAcceptanceTest {

public static final String DATASET_ID = Strings.addRandomSuffix("airbyte_tests", "_", 8);
private static final String TYPE = "type";
Expand Down

0 comments on commit 2da903c

Please sign in to comment.