From 3df3e113d1320b1eed9d7f76a3591a80d7e68c02 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Mon, 27 Nov 2023 22:24:30 +0000 Subject: [PATCH] Change data manipulation test to use the right func --- .../e2e_integration_tests/test_uc2_data_manipulation_scenario.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e_integration_tests/test_uc2_data_manipulation_scenario.py b/tests/e2e_integration_tests/test_uc2_data_manipulation_scenario.py index fe7bab5f..81bbfc96 100644 --- a/tests/e2e_integration_tests/test_uc2_data_manipulation_scenario.py +++ b/tests/e2e_integration_tests/test_uc2_data_manipulation_scenario.py @@ -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")