Skip to content

Commit

Permalink
fix capital
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Jan 9, 2024
1 parent 034f0cb commit 4aac0c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_create(self) -> None:

@patch("requests.get")
@patch("PerfTestCluster.manifest.build.version", return_value='1.0.0')
@patch("PerfTestcluster.endpoint_with_port", return_value='')
@patch("PerfTestCluster.endpoint_with_port", return_value='')
def test_wait_for_processing(self, mock_url: Mock, mock_requests_get: Mock) -> None:
mock_url_result = MagicMock()
mock_url.return_value = mock_url_result
Expand Down

0 comments on commit 4aac0c2

Please sign in to comment.