Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect function name in file_handler test #4012

Closed
SohamRatnaparkhi opened this issue Jun 19, 2023 · 1 comment
Closed

Incorrect function name in file_handler test #4012

SohamRatnaparkhi opened this issue Jun 19, 2023 · 1 comment
Assignees
Labels

Comments

@SohamRatnaparkhi
Copy link
Contributor

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.go

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

@amityt
Copy link
Contributor

amityt commented Jun 20, 2023

The fix will be taken as part of this PR: #4009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants