dashboard: fix tests
m = MagicMock(spec=Instance, name="asd"); m.name -> AttributeError so I have to set it in an other statement
Showing
Please
register
or
sign in
to comment
m = MagicMock(spec=Instance, name="asd"); m.name -> AttributeError so I have to set it in an other statement