GRM-142: feat: bump devx to 0.38.0 and migrate to role-based Gitea tokens
Post-merge / publish (push) Waiting to run
Post-merge / detect-type (push) Waiting to run
Post-merge / configure-repo (push) Waiting to run
Post-merge / release (push) Waiting to run
Post-merge / sync-wiki (push) Waiting to run
Post-merge / validate-commit-msg (push) Waiting to run
Post-merge / badges (push) Waiting to run
Post-merge / vikunja (push) Waiting to run
Post-merge / publish (push) Waiting to run
Post-merge / detect-type (push) Waiting to run
Post-merge / configure-repo (push) Waiting to run
Post-merge / release (push) Waiting to run
Post-merge / sync-wiki (push) Waiting to run
Post-merge / validate-commit-msg (push) Waiting to run
Post-merge / badges (push) Waiting to run
Post-merge / vikunja (push) Waiting to run
This commit was merged in pull request #212.
This commit is contained in:
@@ -9,7 +9,12 @@ from click.testing import CliRunner
|
||||
from grm import __version__
|
||||
from grm.cli import cli
|
||||
|
||||
_TEST_ENV = {"GITEA_URL": "https://git.example.com", "CI_GITEA_TOKEN": ""}
|
||||
_TEST_ENV = {
|
||||
"GITEA_URL": "https://git.example.com",
|
||||
"DEVELOPER_GITEA_API_TOKEN": "",
|
||||
"CI_GITEA_API_TOKEN": "",
|
||||
"CI_GITEA_TOKEN": "",
|
||||
}
|
||||
|
||||
|
||||
class TestCLI:
|
||||
|
||||
Reference in New Issue
Block a user