Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: parsoid::rt_client: fix scope.lookupvar
......................................................................


parsoid::rt_client: fix scope.lookupvar

Change-Id: I112998efcc2da648a78b0c703e7d8f7e6a164d8c
---
M modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  jenkins-bot: Verified



diff --git 
a/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb 
b/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
index 54184a4..65d33e7 100644
--- a/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
+++ b/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
@@ -19,7 +19,7 @@
 
        // Use the API backends directly without hitting the text varnishes.
        // API requests are not cacheable anyway.
-       parsoidConfig.defaultAPIProxyURI = 'http://api.svc.<%= 
scope.lookupvar['::mw_primary'] %>.wmnet;
+       parsoidConfig.defaultAPIProxyURI = 'http://api.svc.<%= 
scope.lookupvar('::mw_primary') %>.wmnet;
 
        // Turn on the batching API
        parsoidConfig.useBatchAPI = true;

-- 
To view, visit https://gerrit.wikimedia.org/r/277726
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I112998efcc2da648a78b0c703e7d8f7e6a164d8c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to