[Asterisk-code-review] rest api: Make unload module test use app page.so (testsuite[13])

Joshua Colp asteriskteam at digium.com
Tue Oct 2 08:55:23 CDT 2018


Joshua Colp has uploaded this change for review. ( https://gerrit.asterisk.org/10358


Change subject: rest_api: Make unload_module test use app_page.so
......................................................................

rest_api: Make unload_module test use app_page.so

The app_confbridge module is a dependency of app_page which
in newer version results in it failing to unload. This change
switches the test to use app_page instead as it is not
a dependency of anything.

Change-Id: I8530d9faed6735cf522967cd6d3fa99464d04147
---
M tests/rest_api/asterisk/modules/unload_module/test-config.yaml
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/58/10358/1

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 4d3ad28..7bf9f5c 100644
--- a/tests/rest_api/asterisk/modules/unload_module/test-config.yaml
+++ b/tests/rest_api/asterisk/modules/unload_module/test-config.yaml
@@ -25,11 +25,11 @@
             requests:
                 -
                     method: 'delete'
-                    uri: 'asterisk/modules/app_confbridge.so'
+                    uri: 'asterisk/modules/app_page.so'
                     expect: 204
                 -
                     method: 'get'
-                    uri: 'asterisk/modules/app_confbridge.so'
+                    uri: 'asterisk/modules/app_page.so'
                     expect: 404
                 -
                     method: 'delete'

-- 
To view, visit https://gerrit.asterisk.org/10358
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8530d9faed6735cf522967cd6d3fa99464d04147
Gerrit-Change-Number: 10358
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181002/b9d9086d/attachment-0001.html>


More information about the asterisk-code-review mailing list