[asterisk-commits] Test/ARI: Fixed a typo for unload module test. (testsuite[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Jul 18 06:05:03 CDT 2015


Joshua Colp has submitted this change and it was merged.

Change subject: Test/ARI: Fixed a typo for unload_module test.
......................................................................


Test/ARI: Fixed a typo for unload_module test.

Corrected the test header to state it is testing unloading
a module, rather than reloading it.

* Fixed unload_module typo

Change-Id: I75904a3d76c2fee1e8bdf257573e94ea799b6f53
---
M tests/rest_api/asterisk/modules/unload_module/test-config.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Scott Emidy: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Verified



diff --git a/tests/rest_api/asterisk/modules/unload_module/test-config.yaml b/tests/rest_api/asterisk/modules/unload_module/test-config.yaml
index 3cae214..c4c3f08 100644
--- a/tests/rest_api/asterisk/modules/unload_module/test-config.yaml
+++ b/tests/rest_api/asterisk/modules/unload_module/test-config.yaml
@@ -1,5 +1,5 @@
 testinfo:
-    summary: 'Test for loading a module using ARI'
+    summary: 'Test for unloading a module using ARI'
     description: |
         Test that unloads a module. A '204 No Content' should
         be the response to the request. Then, a GET request is

-- 
To view, visit https://gerrit.asterisk.org/925
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I75904a3d76c2fee1e8bdf257573e94ea799b6f53
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Scott Emidy <jemidy at digium.com>



More information about the asterisk-commits mailing list