Skip to content

Commit

Permalink
Update tap_smoke_test/tap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 13, 2025
1 parent 93ea87b commit 22eec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_smoke_test/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TapSmokeTest(Tap):
"input_filename",
th.StringType,
required=True,
description="Path to a jsonl file containingrecords to use for mock data.",
description="Path to a jsonl file containing records to use for mock data.",
),
th.Property(
"client_exception",
Expand Down

0 comments on commit 22eec51

Please sign in to comment.