Skip to content

Commit

Permalink
Fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Aug 22, 2024
1 parent 0a76d72 commit bc6b704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_coverity.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_session_by_stream_validation(self):
stream_request = mocker.last_request
assert stream_request.headers["Authorization"] == requests.auth._basic_auth_str("user", "password")

@patch("mlx.coverity_services.requests")
@patch("mlx.coverity.coverity_services.requests")
def test_stream_validation(self, mock_requests):
mock_requests.return_value = MagicMock(spec=requests)

Expand Down

0 comments on commit bc6b704

Please sign in to comment.