Skip to content

Commit 49943dd

Browse files
Use status_code in Avro schema export tests
1 parent dd1d0ed commit 49943dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_schema_backup_avro_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def insert_data(c: Client, schemaType: str, subject: str, data: Dict[str,
5858
"subjects/{}/versions".format(subject),
5959
json={"schema": f"{schema_string}", "schemaType": schemaType},
6060
)
61-
assert res.status == 200
61+
assert res.status_code == 200
6262
assert "id" in res.json()
6363

6464

0 commit comments

Comments
 (0)