Skip to content

Commit

Permalink
! test tryouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Rubashev committed Jul 23, 2024
1 parent 07d0764 commit 6d3a0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import os
import sys

from dotenv import load_dotenv
# from dotenv import load_dotenv

from msteamsapi import ContainerStyle, FactSet, Container, AdaptiveCard, TeamsWebhook, TextSize, TextWeight

load_dotenv()
# load_dotenv()

MSTEAMS_TEST_HOOK = os.getenv("MSTEAMS_TEST_HOOK")
MSTEAMS_TEST_EMAIL = os.getenv("MSTEAMS_TEST_EMAIL")
Expand Down

0 comments on commit 6d3a0d5

Please sign in to comment.