From 8c37c597f5702e382e41864f5edef77f4b1e7a17 Mon Sep 17 00:00:00 2001 From: luzsantiago Date: Thu, 21 Mar 2024 14:14:58 -0300 Subject: [PATCH] [QE-477]: add role tests --- .../test_cases/test_read_only_flows.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/command_line_interface/test_cases/test_read_only_flows.ts b/tests/command_line_interface/test_cases/test_read_only_flows.ts index 99b7f03..1d4661c 100644 --- a/tests/command_line_interface/test_cases/test_read_only_flows.ts +++ b/tests/command_line_interface/test_cases/test_read_only_flows.ts @@ -593,10 +593,10 @@ setup = ["python3 -m hdx_cli.main dictionary --project test_ci_project files upl commands_under_test = ["python3 -m hdx_cli.main dictionary --project test_ci_project files delete test_dictionary_file"] expected_output = 'Deleted test_dictionary_file' -#[[test]] -#name = "Dictionary files can be listed" -#commands_under_test = ["python3 -m hdx_cli.main dictionary --project test_ci_project files list"] -#expected_output_re = '.*?test_ci_dictionary_file.*' +[[test]] +name = "Dictionary files can be listed" +commands_under_test = ["python3 -m hdx_cli.main dictionary --project test_ci_project files list"] +expected_output_re = '.*?test_ci_dictionary_file.*' ######################################################## Role ##########################################################