-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Feature/xivy 12667 UI #6
Conversation
disabled test as mocking is not implemented
removed linebreak
…tion Feature/xivy 12667 optimization
# Please enter the commit message for your changes. Lines starting
XIVY-12667 Spelling error
XIVY-12667 Changed process to match name for key generation
Variables: | ||
threemaConnector: | ||
|
||
# Your Threema.Gateway ID | ||
threemaId: '' | ||
|
||
# Your Threema.Gateway Secret | ||
# [password] | ||
secret: '' | ||
|
||
# Your private key associated with your Threema.Gateway ID | ||
# [password] | ||
privateKey: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
♻️
@@ -21,7 +23,7 @@ public class MessageSingleRecipientTest { | |||
@Test | |||
@Disabled | |||
public void sendMessage() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you like to go an extra mile; we can now remove the @disabled ... and implement this test easily with the new 'WebAppFixture' that Lukas introduced last week
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot 👍
f0165c0
to
79d0834
Compare
Implemented feedback concerning the following topics: