diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-19 21:59:12 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-19 21:59:12 +0200 |
commit | 5758ef50c8b1297e29f32aea105e8821e625ab6f (patch) | |
tree | ea33b47b72f101098105c33d023b6c18d52a487e /contrib/bruno/environments/sellershut.bru | |
parent | 9145bdf4a600758a05b02394ebf14e811f75ccfc (diff) | |
download | sellershut-5758ef50c8b1297e29f32aea105e8821e625ab6f.tar.bz2 sellershut-5758ef50c8b1297e29f32aea105e8821e625ab6f.zip |
feat(test): use env in integration
Diffstat (limited to 'contrib/bruno/environments/sellershut.bru')
-rw-r--r-- | contrib/bruno/environments/sellershut.bru | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/bruno/environments/sellershut.bru b/contrib/bruno/environments/sellershut.bru index f26ca7f..82d0e7c 100644 --- a/contrib/bruno/environments/sellershut.bru +++ b/contrib/bruno/environments/sellershut.bru @@ -1,4 +1,3 @@ vars { - HUT_HOSTNAME: http://localhost - HUT_PORT: 2210 + HUT_HOSTNAME: http://localhost:2210 } |