fix: proper config values
This commit is contained in:
parent
b5b37074fb
commit
c7338d01d8
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ describe('cp.config', function()
|
||||||
|
|
||||||
it('validates next_test_key is non-empty string', function()
|
it('validates next_test_key is non-empty string', function()
|
||||||
local invalid_config = {
|
local invalid_config = {
|
||||||
run_panel = { next_test_key = nil },
|
run_panel = { next_test_key = '' },
|
||||||
}
|
}
|
||||||
|
|
||||||
assert.has_error(function()
|
assert.has_error(function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue