Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add Kinesis ingestion samples #1947

Merged
merged 10 commits into from
Mar 21, 2024
Prev Previous commit
Next Next commit
docs: Fix ingestion topic deletion in test
  • Loading branch information
michaelpri10 committed Mar 7, 2024
commit 66f39c4e0282a471ec91a0c80ba1b0beae4d4afd
2 changes: 1 addition & 1 deletion samples/snippets/src/test/java/pubsub/AdminIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public void testAdmin() throws Exception {

bout.reset();
// Test delete ingestion topic.
DeleteTopicExample.deleteTopicExample(projectId, topicId);
DeleteTopicExample.deleteTopicExample(projectId, ingestionTopicId);
assertThat(bout.toString()).contains("Deleted topic.");
}
}