Skip to content

caddy-frontend/test: fix snapshot in error cases

Jérome Perrin requested to merge fix/caddy-test-snapshot into master

Because we were simply using "setupClass", all classes where storing snapshots in the same folder, so if more than one class failed we also had an error in storing snapshot.

Merge request reports