aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot')
-rw-r--r--test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot b/test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot
index 1302abc79..dae48a9f5 100644
--- a/test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot
+++ b/test/csit/tests/aaf/aaf-sms-suite/aaf-sms-test.robot
@@ -23,7 +23,7 @@ SMS GetStatus
[Documentation] Gets Backend Status
Create Session SMS ${SMS_HOSTNAME}:${SMS_PORT}
&{headers}= Create Dictionary Content-Type=application/json Accept=application/json
- ${resp}= Get Request SMS /v1/sms/status headers=${headers}
+ ${resp}= Get Request SMS /v1/sms/quorum/status headers=${headers}
Log To Console *********************
Log To Console response = ${resp}
Log To Console body = ${resp.text}