Skip to content

Commit 3319479

Browse files
author
Ron Serruya
committed
Change json topic name in tests
1 parent ca51438 commit 3319479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
REGISTRY_NAME = 'user-topic'
1212
SCHEMA_NAME = 'User-Topic'
13-
JSON_SCHEMA_NAME = 'User-Topic'
13+
JSON_SCHEMA_NAME = 'User-Topic-json'
1414
SCHEMA_ARN = f'arn:aws:glue:us-west-2:123:schema/{REGISTRY_NAME}/{SCHEMA_NAME}'
1515
SCHEMA_VERSION_ID = UUID('b7b4a7f0-9c96-4e4a-a687-fb5de9ef0c63')
1616
JSON_SCHEMA_VERSION_ID = UUID('98718bb6-ca2a-4ac6-b841-748cab68b1b1')

0 commit comments

Comments
 (0)