Skip to content

Commit 225ddb2

Browse files
committed
tests: Add ending newline to test data
Makes diffs easier to read Signed-off-by: Cole Robinson <[email protected]>
1 parent 8735749 commit 225ddb2

63 files changed

Lines changed: 64 additions & 62 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/data/mockargs/test_api_attachments_create1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'file_name': 'bz-attach-get1.txt',
33
'ids': [123456],
44
'is_private': True,
5-
'summary': 'some desc'}
5+
'summary': 'some desc'}

tests/data/mockargs/test_api_component_create1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'default_cc': '[email protected]',
33
'default_qa_contact': '[email protected]',
44
'is_active': 0,
5-
'product': 'fooproduct'}
5+
'product': 'fooproduct'}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{'names': [{'component': 'foocomponent', 'product': 'fooproduct'}],
22
'updates': {'blaharg': 'blahval',
33
'default_assignee': '[email protected]',
4-
'is_active': 0}}
4+
'is_active': 0}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{'exclude_fields': 'foo', 'ids': ['CVE-1234-5678']}
1+
{'exclude_fields': 'foo', 'ids': ['CVE-1234-5678']}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{'login': None, 'password': None}
1+
{'login': None, 'password': None}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{'ids': [1, 7]}
1+
{'ids': [1, 7]}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{'include_fields': ['name', 'id'], 'names': ['test-fake-product']}
1+
{'include_fields': ['name', 'id'], 'names': ['test-fake-product']}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{'include_fields': ['name', 'id', 'components'], 'names': ['test-fake-product']}
1+
{'include_fields': ['name', 'id', 'components'], 'names': ['test-fake-product']}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{'exclude_fields': ['product.foo'], 'ids': ['7']}
1+
{'exclude_fields': ['product.foo'], 'ids': ['7']}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{'include_fields': ['name', 'id'], 'names': [0]}
1+
{'include_fields': ['name', 'id'], 'names': [0]}

0 commit comments

Comments
 (0)