Skip to content

Commit

Permalink
should be slaveAgentPort as it is part of Jenkins itself, not the age…
Browse files Browse the repository at this point in the history
…nt wrapper
  • Loading branch information
FunPat committed Jun 24, 2024
1 parent 9f7c9bf commit 45ffc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class {'jenkins':
end

describe file('/var/lib/jenkins/config.xml') do
it { is_expected.to contain ' <agentPort>7777</agentPort>' }
it { is_expected.to contain ' <slaveAgentPort>7777</slaveAgentPort>' }
end
end
end

0 comments on commit 45ffc21

Please sign in to comment.