fix: proper config values

This commit is contained in:
Barrett Ruth 2025-09-19 19:35:35 -04:00
parent b5b37074fb
commit c7338d01d8

View file

@ -87,7 +87,7 @@ describe('cp.config', function()
it('validates next_test_key is non-empty string', function()
local invalid_config = {
run_panel = { next_test_key = nil },
run_panel = { next_test_key = '' },
}
assert.has_error(function()