Fix incorrect assertion in input_test::test_set()
commit868550d4c005bea07bf4ea4e8aa65b15599201f1
authorDamien Regad <dregad@mantisbt.org>
Sat, 6 Feb 2021 00:25:50 +0000 (6 01:25 +0100)
committerDamien Regad <dregad@mantisbt.org>
Sat, 6 Feb 2021 00:25:50 +0000 (6 01:25 +0100)
tree232b417c62fa99af689f7aa0ab366c8539560bdf
parent63f13cad5e900df212c7bb564dd38fe4c913b7ed
Fix incorrect assertion in input_test::test_set()

$INPUT is set to 'test2', but the $_POST checks for 'test'.
_test/tests/inc/input.test.php