Skip to content

Commit d303ea5

Browse files
authored
Merge pull request #2666 from cloudfoundry/fix_regex_operator_typo
Fix regex operator typo in health monitor spec
2 parents 0f8bf75 + 128dc57 commit d303ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spec/integration/health_monitor/hm_stateless_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
}
141141

142142
heartbeat_hashes_excluding_compilation = heartbeat_hashes.select do |hash|
143-
hash['job'] !=~ /^compilation\-/
143+
hash['job'] !~ /^compilation\-/
144144
end
145145

146146
expect(heartbeat_hashes_excluding_compilation.length).to be > 0

0 commit comments

Comments
 (0)