Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Reformat fixture files #826

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Reformat fixture files #826

merged 1 commit into from
Jun 23, 2021

Conversation

lucasmichot
Copy link
Collaborator

This PR reformats fixture files: this ensures consistency across this project ( cf. .editorconfig ) and ensure that all json files are easily readable.

@@ -22,7 +22,7 @@ public function testSuccess(): void
$headers = [
'HTTP_CONTENT_TYPE' => 'application/json',
'HTTP_X_SHOPIFY_SHOP_DOMAIN' => $shop->name,
'HTTP_X_SHOPIFY_HMAC_SHA256' => 'fo0+SKvmAFe9qNlV7oHL6acWZsCT36Mmahx0efMOgac=', // Matches fixture data and API secret
'HTTP_X_SHOPIFY_HMAC_SHA256' => 'hvTE9wpDzMcDnPEuHWvYZ58ElKn5vHs0LomurfNIuUc=', // Matches fixture data and API secret
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a consequence, the webhook signature for this test needs to be updated.

@gnikyt gnikyt merged commit 2909616 into gnikyt:master Jun 23, 2021
@lucasmichot lucasmichot deleted the format-fixture-files branch July 16, 2021 06:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants