-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add behaviour test step definition for retrieving the currently connected user #413
Conversation
PR Review ChecklistDo not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed. Trivial Change
Code
Architecture
|
@@ -47,6 +47,11 @@ public boolean user_is_in_users(String username) { | |||
return users.contains(username); | |||
} | |||
|
|||
@Then("get connected user") | |||
public void users_get() { |
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.
get_connected_user
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.
Nice catch! Done.
What is the goal of this PR?
We've added a behaviour test step
get connected user
in line with changes made in typedb/typedb-behaviour#247What are the changes implemented in this PR?
Added user step:
get connected user
.