We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075ee83 commit 1b2a290Copy full SHA for 1b2a290
1 file changed
tests/security/TestCredentialsProvider.hx
@@ -13,6 +13,7 @@ class TestCredentialsProvider {
13
app.listen(2000, false);
14
15
sys.thread.Thread.createWithEventLoop(() -> {
16
+ Sys.sleep(1);
17
var response = Http.requestUrl("http://localhost:2000/users");
18
var testValue = '{"users":[{"username":"johndoe","email":"johndoe@example.com","full_name":"John Doe","disabled":false}]}';
19
if (response != testValue)
0 commit comments