Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 9, 2023
1 parent 44048fa commit 98518d3
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions jenkinsapi_tests/unittests/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,27 +168,32 @@
"artifacts": [],
"building": False,
"builtOn": "localhost",
"changeSets": [{
"items": [
{
"affectedPaths": ["content/rcm/v00-rcm-xccdf.xml"],
"author": {
"absoluteUrl": "http://jenkins_url/user/username79",
"fullName": "username",
},
"commitId": "3097",
"timestamp": 1414398423091,
"date": "2014-10-27T08:27:03.091288Z",
"msg": "commit message",
"paths": [
{"editType": "edit", "file": "/some/path/of/changed_file"}
],
"revision": 3097,
"user": "username",
}
],
"kind": None,
}],
"changeSets": [
{
"items": [
{
"affectedPaths": ["content/rcm/v00-rcm-xccdf.xml"],
"author": {
"absoluteUrl": "http://jenkins_url/user/username79",
"fullName": "username",
},
"commitId": "3097",
"timestamp": 1414398423091,
"date": "2014-10-27T08:27:03.091288Z",
"msg": "commit message",
"paths": [
{
"editType": "edit",
"file": "/some/path/of/changed_file",
}
],
"revision": 3097,
"user": "username",
}
],
"kind": None,
}
],
"culprits": [],
"description": "Best build ever!",
"duration": 5782,
Expand Down

0 comments on commit 98518d3

Please sign in to comment.