statuschecker
statuschecker copied to clipboard
Tests fail with robotframework 7.0
They produce errors like
Expected message to be "Keyword 'BuiltIn.Log' (index 2) does not have message 2." but it was "Keyword 'Log' (index 2) does not have message 2.".
Replacing Builtin.Log with Log in test/tests.robot fixes that.