Skip to content

Commit

Permalink
update tests to address breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Malav Shastri committed Aug 13, 2024
1 parent 6881b23 commit aacfaf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/unit/test_handler_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import pytest
import xgboost as xgb
from mock import patch
from sagemaker_containers.beta.framework import content_types, encoders, errors
from sagemaker-training import content_types, encoders, errors

from sagemaker_xgboost_container.handler_service import HandlerService

Expand Down
2 changes: 1 addition & 1 deletion test/unit/test_serving.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import pytest
import xgboost as xgb
from mock import MagicMock, patch
from sagemaker_containers.beta.framework import content_types, encoders, errors
from sagemaker-training import content_types, encoders, errors

from sagemaker_algorithm_toolkit.exceptions import UserError
from sagemaker_xgboost_container import serving
Expand Down
2 changes: 1 addition & 1 deletion test/utils/local_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import yaml
from botocore.exceptions import ClientError
from sagemaker import fw_utils, utils
from sagemaker_containers.beta.framework import content_types
from sagemaker-training import content_types

CYAN_COLOR = "\033[36m"
END_COLOR = "\033[0m"
Expand Down

0 comments on commit aacfaf8

Please sign in to comment.