From 60200fcc6f082b427c7b92cd3e186d56df1d9b17 Mon Sep 17 00:00:00 2001 From: purnimavenkatasubbu Date: Wed, 18 Dec 2024 20:06:29 +0530 Subject: [PATCH] revert connectionType in config-e2etest-runtime.yaml --- tests/at_end2end_test/config/config-e2e_test_runtime.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/at_end2end_test/config/config-e2e_test_runtime.yaml b/tests/at_end2end_test/config/config-e2e_test_runtime.yaml index 8569ec7d6..68da164b8 100644 --- a/tests/at_end2end_test/config/config-e2e_test_runtime.yaml +++ b/tests/at_end2end_test/config/config-e2e_test_runtime.yaml @@ -12,14 +12,10 @@ first_atsign_server: first_atsign_port: ATSIGN_1_PORT # # The url to connect to first atServer first_atsign_url: ATSIGN_1_HOST - # # The connection type of first atServer - first_atsign_connection_type: ATSIGN_1_CONNECTION_TYPE second_atsign_server: second_atsign_name: 'ATSIGN_2_NAME' # # The port to connect to second atServer second_atsign_port: ATSIGN_2_PORT # # The url to connect to second atServer - second_atsign_url: ATSIGN_2_HOST - # # The connection type of second atServer - first_atsign_connection_type: ATSIGN_2_CONNECTION_TYPE + second_atsign_url: ATSIGN_2_HOST \ No newline at end of file