Skip to content

Commit

Permalink
Builds class no longer has Moshi field mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
alexh-sauce committed Nov 4, 2024
1 parent 502962b commit 560705d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/test/resources/builds_by_name.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"builds":[
{
"creation_time":1646748603,
"deletion_time":null,
"end_time":1646748751,
"creationTime":1646748603,
"deletionTime":null,
"endTime":1646748751,
"group_id":null,
"id":"4a9e620d09543f428177d87fdd5a1451",
"jobs":{
Expand All @@ -16,14 +16,14 @@
"queued":0,
"running":0
},
"modification_time":1646748740,
"modificationTime":1646748740,
"name":"build-rdc-test-20220308-141001",
"org_id":"4cc95cd249234be19f0509d96e269aa8",
"owner_id":"90a6e444fbc04e54b997b04ff17e0e7c",
"passed":null,
"public":false,
"run":0,
"start_time":1646748603,
"startTime":1646748603,
"status":"failed",
"team_id":"0167a85c614446deb9401698c803ad7a"
}
Expand Down

0 comments on commit 560705d

Please sign in to comment.