We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75767e commit 9295b61Copy full SHA for 9295b61
tests/conftest.py
@@ -25,7 +25,7 @@ def ssh_config():
25
@pytest.fixture(scope="module")
26
def foremanapi(ssh_config):
27
return apypie.ForemanApi(
28
- uri=f'https://{ssh_config['hostname']}',
+ uri=f'https://{ssh_config["hostname"]}',
29
username='admin',
30
password='changeme',
31
verify_ssl=False,
0 commit comments