Skip to content

Commit

Permalink
test: secret issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 30, 2024
1 parent a2e847b commit 6d1e1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyha_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def create_creds() -> Dict[str, str]:
with open('credentials.json', 'r', encoding='ascii') as handle:
return json.load(handle)
else:
assert len(os.environ['NAS_CREDS']) > 0
return json.loads(os.environ['NAS_CREDS'])
# value = os.environ['NAS_CREDS'].splitlines()
# assert len(value) == 2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "PyHa"
version = "0.0.0"
description = "PyHa test"
description = "PyHa test test"
authors = [
"UCSD Engineers for Exploration <[email protected]>",
"Jacob Ayers <[email protected]>",
Expand Down

0 comments on commit 6d1e1d6

Please sign in to comment.