Change data manipulation test to use the right func

This commit is contained in:
Marek Wolan
2023-11-27 22:24:30 +00:00
parent b0399195bb
commit 3df3e113d1

View File

@@ -23,7 +23,6 @@ def test_data_manipulation(uc2_network):
# Now we run the DataManipulationBot
db_manipulation_bot.run()
db_manipulation_bot.attack()
# Now check that the DB client on the web_server cannot query the users table on the database
assert not db_client.query("SELECT")