Skip to content

Commit

Permalink
removing group business in test db and renaming business users
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies committed Oct 29, 2024
1 parent fceb9ac commit f61b0f3
Show file tree
Hide file tree
Showing 11 changed files with 175 additions and 183 deletions.
6 changes: 3 additions & 3 deletions tests/python/shared/assets/cloudstorages.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
],
"organization": 2,
"owner": {
"first_name": "Business",
"first_name": "User",
"id": 11,
"last_name": "Second",
"last_name": "Eighth",
"url": "http://localhost:8080/api/users/11",
"username": "business2"
"username": "user8"
},
"provider_type": "AWS_S3_BUCKET",
"resource": "private",
Expand Down
12 changes: 6 additions & 6 deletions tests/python/shared/assets/comments.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"issue": 3,
"message": "Another one issue",
"owner": {
"first_name": "Business",
"first_name": "User",
"id": 11,
"last_name": "Second",
"last_name": "Eighth",
"url": "http://localhost:8080/api/users/11",
"username": "business2"
"username": "user8"
},
"updated_date": "2022-03-16T11:08:18.370000Z"
},
Expand All @@ -51,11 +51,11 @@
"issue": 2,
"message": "Something should be here",
"owner": {
"first_name": "Business",
"first_name": "User",
"id": 11,
"last_name": "Second",
"last_name": "Eighth",
"url": "http://localhost:8080/api/users/11",
"username": "business2"
"username": "user8"
},
"updated_date": "2022-03-16T11:07:22.173000Z"
},
Expand Down
Loading

0 comments on commit f61b0f3

Please sign in to comment.