diff --git a/backend/testfiles/attachment.txt b/backend/testfiles/assets/attachment.txt similarity index 100% rename from backend/testfiles/attachment.txt rename to backend/testfiles/assets/attachment.txt diff --git a/backend/testfiles/assets/domain.tld/style.css b/backend/testfiles/assets/domain.tld/style.css new file mode 100644 index 0000000..ba4e657 --- /dev/null +++ b/backend/testfiles/assets/domain.tld/style.css @@ -0,0 +1,3 @@ +* { + background-color: red; +} diff --git a/backend/testfiles/assets/style.css b/backend/testfiles/assets/style.css new file mode 100644 index 0000000..14042ca --- /dev/null +++ b/backend/testfiles/assets/style.css @@ -0,0 +1,3 @@ +* { + background-color: yellow; +} diff --git a/backend/testfiles/test.key b/backend/testfiles/certs/test.key similarity index 100% rename from backend/testfiles/test.key rename to backend/testfiles/certs/test.key diff --git a/backend/testfiles/test.pem b/backend/testfiles/certs/test.pem similarity index 100% rename from backend/testfiles/test.pem rename to backend/testfiles/certs/test.pem diff --git a/backend/testfiles/license.json b/backend/testfiles/license.json deleted file mode 100644 index 846265c..0000000 --- a/backend/testfiles/license.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": "v1", - "company": "Phishing Club", - "key": "", - "validUntil": "2025-12-23T15:30:22.635975262Z", - "isValid": true, - "signature": "lr9fmt3LqacnLzmQ3TAg5P8lQJ0R9OwNjKGa1s6nLE0=", - "offlineActivated": true -} diff --git a/backend/testfiles/recipients-2.csv b/backend/testfiles/recipients/recipients-2.csv similarity index 100% rename from backend/testfiles/recipients-2.csv rename to backend/testfiles/recipients/recipients-2.csv diff --git a/backend/testfiles/recipients.csv b/backend/testfiles/recipients/recipients.csv similarity index 100% rename from backend/testfiles/recipients.csv rename to backend/testfiles/recipients/recipients.csv diff --git a/backend/testfiles/reporters.csv b/backend/testfiles/reporters/reporters.csv similarity index 100% rename from backend/testfiles/reporters.csv rename to backend/testfiles/reporters/reporters.csv