Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Dec 2, 2024
1 parent 145b87e commit cd96108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/tests/daily/connectors/slab/test_slab_connector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import json
import os
import time
from pathlib import Path

Expand All @@ -22,8 +23,7 @@ def slab_connector() -> SlabConnector:
)
connector.load_credentials(
{
# "slab_bot_token": os.environ["SLAB_BOT_TOKEN"],
"slab_bot_token": "03y1z5pjfc7ohfdxmnfpwm42zrll6o",
"slab_bot_token": os.environ["SLAB_BOT_TOKEN"],
}
)
return connector
Expand Down

0 comments on commit cd96108

Please sign in to comment.