Skip to content

Commit 984c819

Browse files
committed
Rename client to service
1 parent 5fc4138 commit 984c819

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

clients/restful_booker/restful_booker_client.py renamed to services/restful_booker/restful_booker_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
22

3-
from clients.base_client import BaseClient
3+
from services.base_service import BaseClient
44
from config import BASE_URI
55
from utils.request import APIRequest
66

tests/test_restful_booker_crud_operation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from assertpy import assert_that, soft_assertions
22

3-
from clients.restful_booker.restful_booker_client import RestfulBookerClient
3+
from services.restful_booker.restful_booker_service import RestfulBookerClient
44

55
client = RestfulBookerClient()
66

0 commit comments

Comments
 (0)