Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

GraphQL-80: rename canonical_url to relative_url and fix covered test #185

Conversation

pfantini
Copy link
Contributor

Description

  1. Rename canonical_url to relative_url.
  2. Fix functional test.

Manual testing scenarios

  1. Run the following request in GraphiQL:
{
urlResolver(url:"/test-product.html") {
   id
   relative_url
   type
 }
}

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants