Skip to content

Commit

Permalink
Update libcnb-test/tests/integration_test.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
colincasey and edmorley authored Sep 19, 2023
1 parent 51d4969 commit a66b030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnb-test/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ fn basic_build_with_libcnb_reference_to_single_buildpack() {
#[ignore = "integration test"]
fn basic_build_with_libcnb_reference_to_meta_buildpack() {
TestRunner::default().build(
BuildConfig::new("heroku/builder:22", "test-fixtures/procfile").buildpacks(vec![
BuildConfig::new("heroku/builder:22", "test-fixtures/empty").buildpacks(vec![
BuildpackReference::WorkspaceBuildpack(buildpack_id!("libcnb-test/meta")),
]),
|context| {
Expand Down

0 comments on commit a66b030

Please sign in to comment.