Skip to content

Commit

Permalink
Added test data for gitlab_client
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijamt committed Sep 3, 2023
1 parent 277db13 commit 134f89e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testdata/list_users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": 1,
"username": "ilijamt",
"name": "Ilija Matoski"
}
]
7 changes: 7 additions & 0 deletions testdata/list_users_username_not_matched.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": 1,
"username": "ilijamt1",
"name": "Ilija Matoski"
}
]
22 changes: 22 additions & 0 deletions testdata/personal_access_tokens_self.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id": 1,
"name": "test",
"revoked": false,
"created_at": "2023-08-28T00:24:27.257Z",
"scopes": [
"api",
"read_api",
"read_user",
"create_runner",
"read_repository",
"write_repository",
"read_registry",
"write_registry",
"sudo",
"admin_mode"
],
"user_id": 1,
"last_used_at": "2023-09-03T20:24:50.061Z",
"active": true,
"expires_at": "2024-08-27"
}

0 comments on commit 134f89e

Please sign in to comment.