Update tests.ipynb

Co-authored-by: codeant-ai[bot] <151821869+codeant-ai[bot]@users.noreply.github.com>
This commit is contained in:
vitor-aignosi
2026-01-23 13:37:42 -03:00
committed by GitHub
parent 1a91bee548
commit c904b85be2

View File

@@ -267,7 +267,7 @@
"api = API(\n",
" base_url='https://pivision.votorantimcimentos.com/piwebapi',\n",
" auth_type='basic',\n",
" auth_token='dmlkX3ZjbmV0XHN2Yy5waW9zaS5wcmQud2ViYXBpOlN2Y1ByRFdlQkBQaQ==',\n",
auth_token=__import__('os').environ.get('PI_WEB_API_BASIC_AUTH', ''),
" logger=MagicMock(),\n",
" notification_handler=AsyncMock(),\n",
" metrics_controller=AsyncMock(),\n",