Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] enable write tests for wikipedia:test and beta wikis

Change-Id: I0a88e16cc064871ead2117a441e925504415fa54
---
M .github/workflows/oauth_tests-ci.yml
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml
index 26b5e80..fa052f7 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -99,7 +99,7 @@
- name: Oauth tests with unittest
timeout-minutes: 2
env:
- PYWIKIBOT_TEST_WRITE: ${{ matrix.domain == 'test.wikipedia.org' && 1 || 0}}
+ PYWIKIBOT_TEST_WRITE: 1
PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}', steps.token.outputs.uppercase)] }}
PYWIKIBOT_TEST_MODULES: file,oauth
run: |

To view, visit change 1057916. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I0a88e16cc064871ead2117a441e925504415fa54
Gerrit-Change-Number: 1057916
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>