Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 4d3d205

Browse files
test: Added comment about mesh-sandbox repo in compose file
1 parent 0d72131 commit 4d3d205

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ services:
140140
networks:
141141
- backend
142142

143-
143+
# Clone the mesh sandbox repo so that it is in the same directory as dtos-service-layer
144+
# https://github.com/NHSDigital/mesh-sandbox
144145
mesh-sandbox:
145146
container_name: mesh-sandbox
146147
build: ../mesh-sandbox/

tests/ServiceLayer.IntegrationTests/IntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public async Task FileSentToMeshInbox_FileIsUploadedToBlobContainerAndInsertedIn
4242
// Act
4343
var fileId = await SendFileToMeshInbox("KMK_20250212095121_APPT_87.dat");
4444

45-
// Wait to allow functions to ingest the file. The CRON timer trigger for the FileDiscovery function must be considered.
45+
// Wait to allow functions to ingest the file
4646
await Task.Delay(45000);
4747

4848
// Assert

0 commit comments

Comments
 (0)