Skip to content

Commit

Permalink
accounts json (#12821)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiquu authored Feb 25, 2024
1 parent d653637 commit 7256d14
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ protected void prepareTestData() {
testData = loadDataBundle("/FeedbackTextQuestionE2ETest.json");
removeAndRestoreDataBundle(testData);

sqlTestData = removeAndRestoreSqlDataBundle(loadSqlDataBundle("/FeedbackTextQuestionE2ETest_SqlEntities.json"));

instructor = testData.instructors.get("instructor");
course = testData.courses.get("course");
feedbackSession = testData.feedbackSessions.get("openSession");
Expand Down
8 changes: 0 additions & 8 deletions src/e2e/resources/data/FeedbackTextQuestionE2ETest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"accounts": {
"instructorWithSessions": {
"googleId": "tm.e2e.FTextQn.instructor",
"name": "Teammates Test",
"email": "[email protected]",
"readNotifications": {}
}
},
"courses": {
"course": {
"id": "tm.e2e.FTextQn.CS2104",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"accounts": {
"instructorWithSessions": {
"id": "00000000-0000-4000-8000-000000000001",
"googleId": "tm.e2e.FTextQn.instructor",
"name": "Teammates Test",
"email": "[email protected]"
}
}
}

0 comments on commit 7256d14

Please sign in to comment.