You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
When we try to run the file_handler test file in rest_handlers (link), the build of this test(test in the link) fails because there is no function named ClusterCreateJWT.
What you expected to happen:
The test should succeed.
How to reproduce it (as minimally and precisely as possible):
From the root directory, run the command - go test ./litmus-portal/graphql-server/pkg/rest_handlers/file_handler_test.go
The text was updated successfully, but these errors were encountered:
What happened:
When we try to run the file_handler test file in rest_handlers (link), the build of this test(test in the link) fails because there is no function named
ClusterCreateJWT
.What you expected to happen:
The test should succeed.
Where can this issue be corrected? (optional)
The correct function name should be
CreateClusterJWT
as seen in file graphql-server/pkg/cluster/cluster_jwt.goHow to reproduce it (as minimally and precisely as possible):
From the root directory, run the command -
go test ./litmus-portal/graphql-server/pkg/rest_handlers/file_handler_test.go
The text was updated successfully, but these errors were encountered: