Skip to content

Commit

Permalink
Update chaoscenter/graphql/server/pkg/environment/handler/handler_tes…
Browse files Browse the repository at this point in the history
…t.go

Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
Signed-off-by: Magnim BATALE <82499435+Freedisch@users.noreply.github.com>
  • Loading branch information
Freedisch and namkyu1999 authored Oct 25, 2023
1 parent 0b66a2c commit 9ec72b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ func TestCreateEnvironment(t *testing.T) {
InsertEnvironmentFunc: tc.mockInsertFunc,
}
service := handler.NewEnvironmentService(mockOperator)
//service := handler.NewEnvironmentService(operator)

env, err := service.CreateEnvironment(ctx, tc.projectID, tc.input)
if (err != nil && tc.expectedErr == nil) ||
Expand Down

0 comments on commit 9ec72b8

Please sign in to comment.