mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Fix testRepositoryCompare
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
|
||||
{% if method.type.cardinality == "scalar" %}
|
||||
|
||||
{% if method.type.name == "@todo" %}
|
||||
return data
|
||||
{% endif %}
|
||||
|
||||
{% if method.type.name == "bool" %}
|
||||
return status == 204
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user