summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/temporal/server_test.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/plugins/temporal/server_test.go b/tests/plugins/temporal/server_test.go
index 03e4ed7f..c8d815c3 100644
--- a/tests/plugins/temporal/server_test.go
+++ b/tests/plugins/temporal/server_test.go
@@ -98,12 +98,7 @@ func NewTestServer(opt ...ConfigOption) *TestServer {
}
func (s *TestServer) Client() temporalClient.Client {
- c, err := s.temporal.GetClient()
- if err != nil {
- panic(err)
- }
-
- return c
+ return s.temporal.GetClient()
}
func (s *TestServer) MustClose() {