test: remove global assignment patch used for args definition in qt tests

This commit is contained in:
Kittywhiskers Van Gogh 2022-06-12 12:36:11 +05:30
parent 93a01604c3
commit 281569adaa

View File

@ -55,7 +55,6 @@ int main(int argc, char *argv[])
}
NodeContext node_context;
node_context.args = &::gArgs; // TODO: remove this patchfix to solve unexplained test failure
std::unique_ptr<interfaces::Node> node = interfaces::MakeNode(&node_context);
bool fInvalid = false;