Skip to content

Commit

Permalink
Changes made by black
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Mar 15, 2023
1 parent 17d8f3f commit 1532aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koku/sources/test/test_kafka_message_processor.py
Expand Up @@ -263,7 +263,7 @@ def test_create_msg_processor_various_headers_failures(self):
"header_list": (
("event_type", bytes(event, encoding="utf-8")),
("x-rh-identity", bytes(header_missing_account_number, encoding="utf-8")),
("x-rh-sources-account-number", b''),
("x-rh-sources-account-number", b""),
)
},
]
Expand Down

0 comments on commit 1532aa6

Please sign in to comment.