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
The existing unit tests in the cloud/deployment/deployment_test.go leak state between tests, and also have scope to move some of the tests to table-driven tests to reduce the duplicated code. Also, we should move to testify/suite as we did for some of the other tests recently (#1185)
The text was updated successfully, but these errors were encountered:
Description:
The existing unit tests in the
cloud/deployment/deployment_test.go
leak state between tests, and also have scope to move some of the tests to table-driven tests to reduce the duplicated code. Also, we should move totestify/suite
as we did for some of the other tests recently (#1185)The text was updated successfully, but these errors were encountered: