This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 0a36bbc
committed
fix: [#14] correct configure-env test logic to eliminate CI warning
The test was incorrectly expecting the configure-env.sh script to fail
when called without parameters, but the script is designed to use
sensible defaults ('local' environment).
Changes:
- Fixed test logic to expect success when script uses defaults
- Replaced warning message with proper success validation
- Added proper error handling when script actually fails
This eliminates the CI warning:
'[WARNING] Script should handle missing parameters gracefully'
The script DOES handle missing parameters gracefully by using defaults,
so the test should validate this behavior correctly.1 parent efd79da commit 0a36bbc
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments