Codechange: add tests for GS <-> AdminPort JSON conversion (#11252)

While at it, fix a bug where booleans were made integers.
This commit is contained in:
Patric Stout
2023-08-31 21:38:15 +02:00
committed by GitHub
parent 993e7be707
commit 7afd686541
5 changed files with 180 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ add_test_files(
string_func.cpp
strings_func.cpp
test_main.cpp
test_script_admin.cpp
)