We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d11728 commit 1288657Copy full SHA for 1288657
operator-framework/src/test/java/io/javaoperatorsdk/operator/EventSourceIT.java
@@ -44,7 +44,7 @@ public void receivingPeriodicEvents() {
44
public EventSourceTestCustomResource createTestCustomResource(String id) {
45
EventSourceTestCustomResource resource = new EventSourceTestCustomResource();
46
resource.setMetadata(new ObjectMetaBuilder()
47
- .withName("subresource-" + id)
+ .withName("eventsource-" + id)
48
.withNamespace(TEST_NAMESPACE)
49
.withFinalizers(FINALIZER_NAME)
50
.build());
0 commit comments