Skip to content

Commit

Permalink
fix: set os variables manually for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed May 21, 2024
1 parent ab30769 commit 36c600f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
Playerlist Bot. If not, see <https://www.gnu.org/licenses/>.
"""

import rpl_config
import os

rpl_config.load()
os.environ["BOT_COLOR"] = "0"

0 comments on commit 36c600f

Please sign in to comment.