Skip to content

Commit

Permalink
Remane vectorized/redpanda to redpandadata/redpanda as the name was r…
Browse files Browse the repository at this point in the history
…ealocated
  • Loading branch information
jedla97 authored and rsvoboda committed Dec 10, 2024
1 parent 56caf7f commit 8466260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class DevModeKafkaSnappyIT extends SnappyCompressionIT {

@Test
public void kafkaContainerShouldBeStarted() {
app.logs().assertContains("Creating container for image: docker.io/vectorized/redpanda");
app.logs().assertContains("Creating container for image: docker.io/redpandadata/redpanda");
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ protected String getAppUrl() {

@Test
public void kafkaContainerShouldBeStarted() {
app.logs().assertContains("Creating container for image: docker.io/vectorized/redpanda");
app.logs().assertContains("Creating container for image: docker.io/redpandadata/redpanda");
}
}

0 comments on commit 8466260

Please sign in to comment.