Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Enable write tests for oauth_tests on wikipedia:test

Change-Id: I73acf2bfe82c79870276a249cf7956cba2e82d8d
---
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 d26c368..64598d0 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -12,7 +12,6 @@
env:
PYWIKIBOT_TEST_RUNNING: 1
PYWIKIBOT_USERNAME: Pywikibot-oauth
- PYWIKIBOT_LOGIN_LOGOUT: 1

jobs:
build:
@@ -98,6 +97,7 @@
- name: Oauth tests with unittest
timeout-minutes: 2
env:
+ PYWIKIBOT_TEST_WRITE: ${{ matrix.domain == 'test.wikipedia.org' && 1 || 0}}
PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}', steps.token.outputs.uppercase)] }}
run: |
python pwb.py version

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

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