We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9a1ca5 + 96adb81 commit eb1f86aCopy full SHA for eb1f86a
backend/tests/unit/message_bus/operations/requests/test_proposed_change.py
@@ -288,7 +288,7 @@ async def test_schema_integrity(
288
branch2_schema.set(name="TestPerson", schema=person_schema)
289
290
# Ignore creation of Task Report response
291
- httpx_mock.add_response(method="POST", url="http://mock/graphql", json={"data": {}})
+ httpx_mock.add_response(method="POST", url="http://mock/graphql/main", json={"data": {}})
292
await proposed_change.schema_integrity(message=schema_integrity_01, service=service_all)
293
294
checks = await registry.manager.query(db=db, schema=InfrahubKind.SCHEMACHECK)
0 commit comments