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
"10th" is accepted as word but I can't add this test because occuring error durign load EnvironmentContextLoaderListener
WordCreateController.java
String contentUrl = "https://" + EnvironmentContextLoaderListener.PROPERTIES.getProperty("content.language").toLowerCase() + ".elimu.ai/content/word/edit/" + word.getId(); EnvironmentContextLoaderListener.PROPERTIES return null during test.
String contentUrl = "https://" + EnvironmentContextLoaderListener.PROPERTIES.getProperty("content.language").toLowerCase() + ".elimu.ai/content/word/edit/" + word.getId();
Originally posted by @tomaszsmy in #1583 (comment)
The text was updated successfully, but these errors were encountered:
test: #1606 ContextLoaderListener not initialized during controller t…
9087b48
…ests Check if `EnvironmentContextLoaderListener.PROPERTIES` is empty.
49e25b6
…ests Test database storage
test: #1606 Refactor WordContributionEventDaoTest
db8dd40
Merge branch 'main' into test-#1606-ContextLoaderListener-not-initial…
906e71c
…ized-during-controller-tests
test: #1606 Remove unused imports
eaf83f0
Merge pull request #1608 from elimu-ai/test-#1606-ContextLoaderListen…
52f96ac
…er-not-initialized-during-controller-tests #1606 context loader listener not initialized during controller tests
nya-elimu
Successfully merging a pull request may close this issue.
"10th" is accepted as word but I can't add this test because occuring error durign load EnvironmentContextLoaderListener
String contentUrl = "https://" + EnvironmentContextLoaderListener.PROPERTIES.getProperty("content.language").toLowerCase() + ".elimu.ai/content/word/edit/" + word.getId();
EnvironmentContextLoaderListener.PROPERTIES return null during test.
Originally posted by @tomaszsmy in #1583 (comment)
The text was updated successfully, but these errors were encountered: