MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / raise_for_status

Method raise_for_status

api/tests/conftest.py:178–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 self.status_code = status_code
177
178 def raise_for_status(self) -> None:
179 pass
180
181 def json(self) -> str:
182 return self.json_data

Calls

no outgoing calls

Tested by

no test coverage detected