We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a709d3c commit 4865ac9Copy full SHA for 4865ac9
test/integration_test.go
@@ -785,6 +785,7 @@ func (ts *IntegrationTestSuite) registerDomain(domainName string) {
785
defer cancel()
786
787
retention := int32(1)
788
+ // just testing
789
err := ts.domainClient.Register(ctx, &shared.RegisterDomainRequest{
790
Name: &domainName,
791
WorkflowExecutionRetentionPeriodInDays: &retention,
0 commit comments