We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now there are fail tests on linux because the request to create the token comes before the application runs.
CreateAppWithData(...) app.Init() app.Start() time.Sleep(100 * time.Millisecond) issueNewToken(...)
With time.Sleep() specified, the tests pass. Need to think about how to expect the application to run to make it easier to launch from tests.
The text was updated successfully, but these errors were encountered:
It seems that you may use service channels (similar to service channels in lambda service) for this purposes
Sorry, something went wrong.
No branches or pull requests
Right now there are fail tests on linux because the request to create the token comes before the application runs.
With time.Sleep() specified, the tests pass. Need to think about how to expect the application to run to make it easier to launch from tests.
The text was updated successfully, but these errors were encountered: