File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,11 +145,11 @@ httpx[http2]==0.28.1
145145
146146hyperframe == 6.1.0 ; python_full_version >= '3.6.1'
147147
148- microsoft-kiota-abstractions == 1.9.0
148+ microsoft-kiota-abstractions == 1.9.1
149149
150- microsoft-kiota-authentication-azure == 1.9.0
150+ microsoft-kiota-authentication-azure == 1.9.1
151151
152- microsoft-kiota-http == 1.9.0
152+ microsoft-kiota-http == 1.9.1
153153
154154multidict == 6.1.0 ; python_version >= '3.7'
155155
Original file line number Diff line number Diff 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
2222def test_create_request_adapter_no_auth_provider ():
You can’t perform that action at this time.
0 commit comments