Skip to content

Commit 9e1d29b

Browse files
committed
chore: fixes unit test after changing the base URL loading
Signed-off-by: Vincent Biret <[email protected]>
1 parent 135e130 commit 9e1d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_base_graph_request_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_create_graph_request_adapter(mock_auth_provider):
1616
request_adapter._serialization_writer_factory, SerializationWriterFactoryRegistry
1717
)
1818
assert isinstance(request_adapter._http_client, httpx.AsyncClient)
19-
assert request_adapter.base_url == ''
19+
assert request_adapter.base_url == 'https://graph.microsoft.com/v1.0/'
2020

2121

2222
def test_create_request_adapter_no_auth_provider():

0 commit comments

Comments
 (0)