SAFE Drive - help with testing

This is a bug not you, so don’t worry. It may be i broke something in the last push to development :blush:

Can you confirm you are on development in both repos, and pulled the latest changes?

You could just try the test script:

cd safenetwork-fuse/tests
chmod +x test-safedrive.sh
./test-safedrive.sh mock # <- or 'live'

But it uses over 300 PUTs per run and will start failing if you max out. So I’ve only used this with mock so far.

I’ll rerun the test myself to see if it is broken for me. Thanks again.