Skip to content

Commit

Permalink
Merge pull request #2864 from opsmill/pog-pytest-plugin-remove-login
Browse files Browse the repository at this point in the history
Remove .login() call in pytest plugin
  • Loading branch information
ogenstad authored Apr 10, 2024
2 parents 799c111 + c9ae63a commit bb765ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_sdk/infrahub_sdk/pytest_plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def pytest_sessionstart(session: Session) -> None:
}

infrahub_client = InfrahubClientSync(config=client_config)
infrahub_client.login()
session.infrahub_client = infrahub_client # type: ignore[attr-defined]


Expand Down

0 comments on commit bb765ca

Please sign in to comment.