Remove sendCommand from server.ts #20662
Labels
area-testing
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
needs PR
Ready to be worked on
verified
Verification succeeded
Milestone
Currently there is a function called
sendCommand
inserver.ts
. This function was meant to be used in both pytest and unittest but it does not fit the requirements for pytest (additional parameters are needed). Therefore this code should be refactored to remove thesendCommand
function and move logic into the test adapters per test.The text was updated successfully, but these errors were encountered: