Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Jan 30, 2025
1 parent 41ac0dc commit 5ae1302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def create_kubernetes_cloud(
"Accept": accept_header,
}

logger.debug("Creating jenkins kubernets cloud, params: %s %s", headers, payload)
logger.debug("Creating jenkins kubernetes cloud, params: %s %s", headers, payload)
res = unit_web_client.client.requester.post_url(
url=url, headers=headers, data=payload, timeout=60 * 5
)
Expand Down

0 comments on commit 5ae1302

Please sign in to comment.