16826: Adds catch-all check for any config potentially changed during tests.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Mon, 14 Sep 2020 18:42:15 +0000 (15:42 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Mon, 14 Sep 2020 18:42:15 +0000 (15:42 -0300)
commit6350ddac78dbd2b29e5dc4117fd57300f7f8a098
tree341130ecf27a7dda7574d53e81b312649aa18546
parentc8a640d527db530875b52c9975a34709a2f32f7c
16826: Adds catch-all check for any config potentially changed during tests.

On test suite teardown, check if all config keys are still Symbols, so that
no mistake is made by writing tests that rely on config hashes with string
keys.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
services/api/lib/config_loader.rb
services/api/test/test_helper.rb