diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b1a36b4..cf505a8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,11 @@ { "name": "Learn Ops API", - "dockerComposeFile": "../../learn-ops-infrastructure/docker-compose.yml", + "dockerComposeFile": [ + "../../learn-ops-infrastructure/docker-compose.yml", + "../../learn-ops-infrastructure/docker-compose.dev.yml" + ], "service": "api", + "runServices": ["api"], "workspaceFolder": "/app", "overrideCommand": true, "customizations": { diff --git a/LearningAPI/fixtures/LearningAPI_studentnote.json b/LearningAPI/fixtures/LearningAPI_studentnote.json index b3bc754..633c203 100644 --- a/LearningAPI/fixtures/LearningAPI_studentnote.json +++ b/LearningAPI/fixtures/LearningAPI_studentnote.json @@ -10181,7 +10181,7 @@ "student": 304, "coach": 69, "note_type": null, - "note": ", + "note": "", "created_on": "2023-04-27T14:22:24.925Z" } }, @@ -13778,7 +13778,7 @@ "student": 344, "coach": 153, "note_type": null, - "note": ", + "note": "", "created_on": "2023-05-24T14:24:08.311Z" } },