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 cde292f commit 51d4969
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 @@ -546,7 +546,7 @@ fn address_for_port_when_container_crashed() {
#[ignore = "integration test"]
fn basic_build_with_libcnb_reference_to_single_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/a")),
]),
|context| {
Expand Down

0 comments on commit 51d4969

Please sign in to comment.