podinfo icon indicating copy to clipboard operation
podinfo copied to clipboard

Bug: env test calls infoHandler instead of envHandler

Open garg-dhruv opened this issue 1 year ago • 0 comments

https://github.com/stefanprodan/podinfo/blob/33dac1ba40f73555725fbf620bf3b4f6f1a5ad89/pkg/api/env_test.go#L18C34-L18C45

Here srv.infoHandler needs to be changed to srv.envHandler, to check the intended functionality. This change results in test failure, therefore this test case needs to be updated.

garg-dhruv avatar Dec 18 '23 01:12 garg-dhruv