Flajt / decentproof-app

Proof that your audio/video/image files taken with this app haven't been tampered with
https://www.decentproof.com
GNU General Public License v3.0
2 stars 0 forks source link

Rework:Split up cronjob.go into two sperate functions to allow testing #116

Open Flajt opened 4 months ago

Flajt commented 4 months ago

As the title states, splitting up cronjob.go into sperate functions (maybe within a struct) to run tests by passing in an instance of the IScalewayWrapper interface.

And the e2e test needs to be removed, it's useless and screws with existing data, even if it's only in the testing enviroment.