forked from incentro-ecx/terraform-provider-commercelayer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed duplicate reference (incentro-ecx#92)
* fix: fixed duplicate reference * fix: added tests
- Loading branch information
Thomas De Meyer
authored
Mar 28, 2023
1 parent
5cdd09c
commit 053eac2
Showing
56 changed files
with
884 additions
and
1,133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 0 additions & 45 deletions
45
mock/mappings/api_addresses-aeca9872-fcb0-4985-83a7-87199f955dc4.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
mock/mappings/api_addresses_bexaumrakr-8403a2b2-f948-4ef3-b233-ead9108ebc02.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"id" : "8403a2b2-f948-4ef3-b233-ead9108ebc02", | ||
"name" : "api_addresses_bexaumrakr", | ||
"request" : { | ||
"url" : "/api/addresses/BExAuMRAKr", | ||
"method" : "DELETE" | ||
}, | ||
"response" : { | ||
"status" : 204, | ||
"headers" : { | ||
"Server" : "Cowboy", | ||
"X-Frame-Options" : "SAMEORIGIN", | ||
"X-Xss-Protection" : "1; mode=block", | ||
"X-Content-Type-Options" : "nosniff", | ||
"X-Download-Options" : "noopen", | ||
"X-Permitted-Cross-Domain-Policies" : "none", | ||
"Referrer-Policy" : "strict-origin-when-cross-origin", | ||
"X-Ratelimit-Limit" : "600", | ||
"X-Ratelimit-Count" : "29", | ||
"X-Ratelimit-Period" : "300", | ||
"Cache-Control" : "no-cache", | ||
"X-Request-Id" : "3f82a555-76dd-4911-af1f-379b7696d022", | ||
"Strict-Transport-Security" : "max-age=63072000; includeSubDomains", | ||
"Via" : "1.1 vegur, 1.1 varnish", | ||
"Accept-Ranges" : "bytes", | ||
"Date" : "Tue, 28 Mar 2023 08:12:20 GMT", | ||
"X-Served-By" : "cache-ams21067-AMS", | ||
"X-Cache" : "MISS", | ||
"X-Cache-Hits" : "0", | ||
"X-Timer" : "S1679991141.678704,VS0,VE49", | ||
"Vary" : "Origin" | ||
} | ||
}, | ||
"uuid" : "8403a2b2-f948-4ef3-b233-ead9108ebc02", | ||
"persistent" : true, | ||
"insertionIndex" : 649 | ||
} |
Oops, something went wrong.