Skip to content

Commit f9d07f8

Browse files
authored
Fix flaky stager test (#4256)
1 parent c1bb3ed commit f9d07f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/lib/cloud_controller/diego/stager_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module Diego
114114
'package_guid' => package.guid,
115115
'staging_guid' => build.guid,
116116
'error' => 'something is very wrong',
117-
'backtrace' => array_including(/and_raise/)
117+
'backtrace' => array_including(/send_stage_package_request/)
118118
}
119119
)
120120
)

0 commit comments

Comments
 (0)