Skip to content

Commit

Permalink
test: Fix the schema_url fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 29, 2020
1 parent d578519 commit b6cbbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/test_crashes.py
Expand Up @@ -38,7 +38,7 @@ def mocked_schema():
def schema_url(server):
# In this module we don't care about resetting the app or testing different Open API versions
# Only whether Schemathesis crashes on allowed input
return f"http://127.0.0.1:{server['port']}/api"
return f"http://127.0.0.1:{server['port']}/schema.yaml"


@st.composite
Expand Down

0 comments on commit b6cbbc8

Please sign in to comment.