Skip to content

Commit 5ffefd3

Browse files
committed
test: Stabilize component E2E tests
1 parent 5d37b5e commit 5ffefd3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check-test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
TEST_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
TEST_GITHUB_LOGIN: obeli-sk
79-
TEST_GITHUB_REPO: https://github.com/obeli-sk/obelisk
79+
TEST_GITHUB_REPO: https://github.com/obeli-sk/components
8080
run: nix develop --command ./scripts/test-e2e.sh github
8181

8282
e2e-fly:

scripts/mocks/mock-http-server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def handle_request(self, method):
102102

103103
if parsed_path.path == "/empty":
104104
self.send_response(204)
105+
self.send_header('Content-Length', '0')
105106
self.send_header('Connection', 'close')
106107
self.end_headers()
107108
return

0 commit comments

Comments
 (0)