You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netdata: Really use usefixtures("host_with_netdata")
Using mark.usefixtures("host_with_netdata") for the whole class is
redundant with function parameter 'host_with_netdata'. Using 'host' as
function parameter is enough.
Signed-off-by: Thierry Escande <[email protected]>
0 commit comments