From 7fcff4ba2f5703436709a8b6ce613a6365040302 Mon Sep 17 00:00:00 2001 From: KOSASIH Date: Wed, 4 Dec 2024 22:47:29 +0700 Subject: [PATCH] Create sampleUser_Data.json --- src/tests/testData/sampleUser_Data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/tests/testData/sampleUser_Data.json diff --git a/src/tests/testData/sampleUser_Data.json b/src/tests/testData/sampleUser_Data.json new file mode 100644 index 000000000..17f67e821 --- /dev/null +++ b/src/tests/testData/sampleUser_Data.json @@ -0,0 +1,12 @@ +[ + { + "username": "testuser1", + "email": "testuser1@example.com", + "password": "password123" + }, + { + "username": "testuser2", + "email": "testuser2@example.com", + "password": "password456" + } +]