summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users/webfinger.bru
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-19 21:59:12 +0200
committerrtkay123 <dev@kanjala.com>2025-07-19 21:59:12 +0200
commit5758ef50c8b1297e29f32aea105e8821e625ab6f (patch)
treeea33b47b72f101098105c33d023b6c18d52a487e /contrib/bruno/users/webfinger.bru
parent9145bdf4a600758a05b02394ebf14e811f75ccfc (diff)
downloadsellershut-5758ef50c8b1297e29f32aea105e8821e625ab6f.tar.bz2
sellershut-5758ef50c8b1297e29f32aea105e8821e625ab6f.zip
feat(test): use env in integration
Diffstat (limited to 'contrib/bruno/users/webfinger.bru')
-rw-r--r--contrib/bruno/users/webfinger.bru2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bruno/users/webfinger.bru b/contrib/bruno/users/webfinger.bru
index 124415c..ea238f9 100644
--- a/contrib/bruno/users/webfinger.bru
+++ b/contrib/bruno/users/webfinger.bru
@@ -5,7 +5,7 @@ meta {
}
get {
- url: {{HUT_HOSTNAME}}:{{HUT_PORT}}/.well-known/webfinger?resource=acct:sellershut@localhost
+ url: {{HUT_HOSTNAME}}/.well-known/webfinger?resource=acct:sellershut@localhost
body: none
auth: inherit
}