Skip to content

Commit

Permalink
remove dep on Integrations.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Oct 9, 2020
1 parent 61bacdd commit 5993d4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ class DefaultSchedulerPersistenceTest {
.withTombstone(false);

final UUID destinationImplementationId = UUID.randomUUID();
final UUID destinationSpecificationId = Integrations.POSTGRES_TARGET.getSpecId();
final UUID destinationId = UUID.randomUUID();

DESTINATION_CONNECTION_IMPLEMENTATION = new DestinationConnectionImplementation()
.withWorkspaceId(workspaceId)
.withDestinationId(destinationSpecificationId)
.withDestinationId(destinationId)
.withDestinationImplementationId(destinationImplementationId)
.withConfiguration(implementationJson)
.withTombstone(false);
Expand Down

0 comments on commit 5993d4f

Please sign in to comment.