use static appview did for e2e

This commit is contained in:
Samuel Newman
2026-09-03 15:05:43 +03:00
parent 8af501de62
commit b214a88a42
6 changed files with 26 additions and 73 deletions
+2 -5
View File
@@ -1,8 +1,5 @@
// eslint-disable-next-line no-undef
var res = http.post('http://localhost:1986/' + SERVER_PATH, {
// eslint-disable-next-line no-undef, typescript/no-unsafe-call, typescript/no-unsafe-member-access
http.post('http://localhost:1986/' + SERVER_PATH, {
headers: {'Content-Type': 'text/plain'},
body: '',
})
// eslint-disable-next-line no-undef
output.result = json(res.body).appviewDid