Skip to content

Commit

Permalink
modification test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juguirlet committed Dec 16, 2023
1 parent 1200431 commit ac2e718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Création d'un client fictif pour tester l'application sur streamlit
@pytest.fixture
def streamlit_client():
with st._is_running_with_streamlit_lock():
with st._is_running_with_streamlit():
yield st

def test_get_customers_ids(streamlit_client):
Expand Down

0 comments on commit ac2e718

Please sign in to comment.