You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing harness terraform module in Jenkins. I am able to perform the terraform execution part, but while reaching out to client sdk to validate few properties I am facing the following error:
I would like to know if there is additional instruction to set network config to reach out to the harness sdk. Kindly help us to get the way forward here.
The text was updated successfully, but these errors were encountered:
arimaverick
changed the title
Nil Point exception while trying to reach out via Harness SDK during Terratest
Nil Pointer exception while trying to reach out via Harness SDK during Terratest
May 17, 2022
I am testing harness terraform module in Jenkins. I am able to perform the terraform execution part, but while reaching out to client sdk to validate few properties I am facing the following error:
Line# 72 in the code is the following one:
require.Equal(t, client.Configuration.AccountId, "AbcxYz1234", "FAILED: AccountID does NOT match")
The code for client config is the following. I have set env vars HARNESSS_ACCOUNT_ID and HARNESS_API_KEY:
I would like to know if there is additional instruction to set network config to reach out to the harness sdk. Kindly help us to get the way forward here.
Thank you.
@abrahamkoshy
The text was updated successfully, but these errors were encountered: