Skip to content

Commit

Permalink
Update unit tests according to the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianiurca authored Aug 2, 2021
1 parent 21f9fa7 commit 2611b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shared_examples/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
detect_changes = get_docker_params_changed(docker_params_changed_args)

it {
is_expected.to contain_notify('docker_params_changed').with(
is_expected.to contain_notify("#{title}_docker_params_changed").with(
'message' => detect_changes,
)
}
Expand Down

0 comments on commit 2611b2b

Please sign in to comment.