Changes for tests identified by CodeRabbit

This commit is contained in:
Adam Outler
2025-10-26 15:30:03 +00:00
parent fb02774814
commit d2c28f6a28
14 changed files with 157 additions and 171 deletions

2
.vscode/tasks.json vendored
View File

@@ -164,7 +164,7 @@
{
"label": "[Any] Build Unit Test Docker image",
"type": "shell",
"command": "docker build -t netalertx-test .; echo '🧪 Unit Test Docker image built: netalertx-test'",
"command": "docker buildx build -t netalertx-test .; echo '🧪 Unit Test Docker image built: netalertx-test'",
"presentation": {
"echo": true,
"reveal": "always",