Skip to content
Snippets Groups Projects
Commit 455c98e3bfa9 authored by Georges Racinet's avatar Georges Racinet
Browse files

Adapted test for HEPTAPOD_REPOSITORY_USAGE new env variable

It's been introduced by py-heptapod#3
parent 8ddce34f7bbd
No related branches found
No related tags found
No related merge requests found
Pipeline #6741 passed
......@@ -186,6 +186,7 @@
expected_env = [('HEPTAPOD_PROJECT_ID', str(test_project.id)),
('HEPTAPOD_PROJECT_NAMESPACE_FULL_PATH', 'root'),
('HEPTAPOD_PROJECT_PATH', test_project.name),
('HEPTAPOD_REPOSITORY_USAGE', 'project'),
('HEPTAPOD_USERINFO_EMAIL', 'admin@example.com'),
# root id, good enough for now:
('HEPTAPOD_USERINFO_ID', '1'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment