Bugfix race condition in test setup

This commit is contained in:
Thomas Lynch
2024-05-25 15:59:50 +10:00
parent b4200f4e09
commit 29e63b448e
-3
View File
@@ -109,9 +109,6 @@ int main() {...}
replyParams.append('thread', thread);
replyParams.append('captcha', '000000');
const response2 = await fetch(`http://localhost/forms/board/${board}/post`, {
headers: {
'x-using-xhr': 'true',
},
method: 'POST',
body: replyParams
});