What this PR does / why we need it:
When serverless is toggled, we should clear the error from getting the server version
Which issue(s) this PR fixes:
Fixes #187
Special notes for your reviewer:
I also updated the deprecated test functions that were being used while I was in OpenSearchDetails.test.tsx. I didn't update the LegacyForm imports in OpenSearchDetails.tsx because that seemed more risky.
What this PR does / why we need it: When serverless is toggled, we should clear the error from getting the server version
Which issue(s) this PR fixes:
Fixes #187
Special notes for your reviewer: I also updated the deprecated test functions that were being used while I was in
OpenSearchDetails.test.tsx
. I didn't update theLegacyForm
imports inOpenSearchDetails.tsx
because that seemed more risky.