Skip to content

Commit 71b21b4

Browse files
committed
Set DB type for integration test
Signed-off-by: Victor Chang <[email protected]>
1 parent 6fb2906 commit 71b21b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Integration.Test/configs/informatics-gateway.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ConnectionStrings": {
3+
"Type": "Sqlite",
34
"InformaticsGatewayDatabase": "Data Source=/database/mig.db"
45
},
56
"InformaticsGateway": {
@@ -108,4 +109,4 @@
108109
"InformaticsGatewayServerEndpoint": "http://localhost:5000",
109110
"DockerImagePrefix": "ghcr.io/project-monai/monai-deploy-informatics-gateway"
110111
}
111-
}
112+
}

0 commit comments

Comments
 (0)