-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YDA-5435: Add ability to import external users
- Loading branch information
1 parent
eaa0c99
commit b4ba301
Showing
3 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,6 +131,7 @@ Feature: Group API | |
And user "[email protected]" is now a member of the group "research-csvtestgroup" | ||
And user "[email protected]" is now a member of the group "research-csvtestgroup" | ||
And user "[email protected]" is now a member of the group "research-csvtestgroup" | ||
And user "[email protected]" is now a member of the group "research-csvtestgroup" | ||
|
||
|
||
Scenario Outline: Group delete | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -263,7 +263,7 @@ def then_user_update_persisted(user, new_user, group_name): | |
|
||
@given('the Yoda API for processing csv group data API is queried', target_fixture="api_response") | ||
def api_group_import_csv_data(user): | ||
header_and_data = "category,subcategory,groupname,manager:manager,member:member1,member:member2,viewer:viewer1\rdefault-2,default-2,csvtestgroup,[email protected],[email protected],[email protected],[email protected]" | ||
header_and_data = "category,subcategory,groupname,manager:manager,member:member1,member:member2,viewer:viewer1,member:member3\rdefault-2,default-2,csvtestgroup,[email protected],[email protected],[email protected],[email protected],[email protected]" | ||
return api_request( | ||
user, | ||
"group_process_csv", | ||
|