Skip to content

Commit 875bc7b

Browse files
committed
pre-commit fixes
1 parent 43e4117 commit 875bc7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_utilities/test_driver_generator.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ def test_driver_generated_successfully(self):
6969

7070
# Assert
7171
assertFileExists(self, "nut-shell/src/data_model.py")
72-
self.assertEqual(post_mock.call_args[1]["headers"]["Authorization"], "Basic TEST-TOKEN")
72+
self.assertEqual(
73+
post_mock.call_args[1]["headers"]["Authorization"], "Basic TEST-TOKEN"
74+
)
7375

7476
def test_error_displayed_when_driver_generation_returns_error_code(self):
7577
self.fs.create_file("nut-shell/dist/NutShell.zip", contents="ZIP")

0 commit comments

Comments
 (0)