fix: ftest_user must pass actor address
This commit is contained in:
parent
65d43335d1
commit
e21c43cb21
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -55,7 +55,7 @@ def query_webfinger():
|
||||||
parsed_target_host.netloc,
|
parsed_target_host.netloc,
|
||||||
"/.well-known/webfinger",
|
"/.well-known/webfinger",
|
||||||
"",
|
"",
|
||||||
f"resource=acct:{TEST_USER}@{TARGET_HOST}",
|
f"resource=acct:{TEST_USER}",
|
||||||
"",
|
"",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue