Skip to content

Commit

Permalink
try using airbyte-temporal hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
terencecho committed Mar 30, 2022
1 parent 6cb3181 commit 0e53a27
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,11 +1157,7 @@ public void testCancelSyncWhenCancelledWhenWorkerIsNotRunning() throws Exception
@DisabledIfEnvironmentVariable(named = "KUBE",
matches = "true")
public void testActionsWhenTemporalIsInTerminalState() throws Exception {
String temporalHost = "localhost:7233";
if (!USE_EXTERNAL_DEPLOYMENT) {
temporalHost = "airbyte-temporal:7233";
}
final WorkflowServiceStubs temporalService = TemporalUtils.createTemporalService(temporalHost);
final WorkflowServiceStubs temporalService = TemporalUtils.createTemporalService("airbyte-temporal:7233");
final WorkflowClient workflowCLient = WorkflowClient.newInstance(temporalService);

final String connectionName = "test-connection";
Expand Down

0 comments on commit 0e53a27

Please sign in to comment.