Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kalsky authored and Costya-Y committed Oct 4, 2024
1 parent bb6b5f7 commit d597678
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_utilities/test_driver_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ def test_driver_generated_successfully(self):

# Assert
assertFileExists(self, "nut-shell/src/data_model.py")
self.assertEqual(post_mock.call_args[1]["headers"]["Authorization"], "Basic TEST-TOKEN")
self.assertEqual(
post_mock.call_args[1]["headers"]["Authorization"], "Basic TEST-TOKEN"
)

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

0 comments on commit d597678

Please sign in to comment.