mirror of
https://github.com/luxfi/pics.git
synced 2026-07-27 05:11:31 +00:00
Bugfix race condition in test setup
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user