Skip to content

Commit

Permalink
Revert "test api key in header"
Browse files Browse the repository at this point in the history
This reverts commit 6435643.
  • Loading branch information
tschaume committed Oct 3, 2024
1 parent 6435643 commit 63dd563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import os
import warnings

import pytest

from mp_api.client import MPRester
Expand Down Expand Up @@ -41,7 +43,6 @@


mpr = MPRester()
print(os.getenv("MP_API_KEY"), mpr.api_key, mpr.session.headers)

# Temporarily ignore molecules resters while molecules query operators are changed
resters_to_test = [
Expand Down

0 comments on commit 63dd563

Please sign in to comment.