debug: print test user
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e21c43cb21
commit
c40f72911c
1 changed files with 1 additions and 0 deletions
1
run.py
1
run.py
|
@ -44,6 +44,7 @@ FTEST_AUTH = get_env("FTEST_AUTH")
|
|||
FTEST_HOST = get_env("FTEST_HOST")
|
||||
TARGET_HOST = get_env("FTEST_TARGET_HOST")
|
||||
TEST_USER = get_env("FTEST_USER") # actor ex: john@example.org
|
||||
print(f"TEST USER: {TEST_USER}")
|
||||
TEST_HOST = urlparse(TARGET_HOST).netloc
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue