Skip to content

Commit

Permalink
test: update deprecated label
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jan 19, 2024
1 parent 0b19b82 commit c10bd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ async def jenkins_machine_agents_fixture(
app: Application = await machine_model.deploy(
"jenkins-agent",
channel="latest/edge",
config={"labels": "machine"},
config={"jenkins_agent_labels": "machine"},
application_name=f"jenkins-agent-{app_suffix}",
num_units=num_units,
)
Expand Down

0 comments on commit c10bd1e

Please sign in to comment.