Skip to content

Commit

Permalink
test: Fix Confluent Cloud test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed Feb 3, 2025
1 parent 5288812 commit 5b4c5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/publisher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def test_create_topic_with_confluent_cloud_ingestion(
)

out, _ = capsys.readouterr()
assert f"Created topic: {topic_path} with AWS MSK Ingestion Settings" in out
assert f"Created topic: {topic_path} with Confluent Cloud Ingestion Settings" in out

# Clean up resource created for the test.
publisher_client.delete_topic(request={"topic": topic_path})
Expand Down

0 comments on commit 5b4c5ae

Please sign in to comment.