Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from kevineaton/slot_status_fixes
Browse files Browse the repository at this point in the history
Fixed slot status headers
  • Loading branch information
kevineaton authored Apr 1, 2018
2 parents bdc0f21 + d7561bf commit ca3a7e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ go:
- 1.9
script: go test
addons:
code_climate:
repo_token: c3aa0733d1a63b5c609d4f5dc61f17ffe0f71ed133413ff7754a6c8cc379a5a7
code_climate:
repo_token: c3aa0733d1a63b5c609d4f5dc61f17ffe0f71ed133413ff7754a6c8cc379a5a7

4 changes: 2 additions & 2 deletions endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ var endpoints = map[string]endpoint{
Headers: []endpointHeader{
endpointHeader{
Header: "x-amzn-accept-type",
Value: "x-amzn-accept-type: com.amazon.dash.replenishment.DrsSlotStatusResult@1.0",
Value: "com.amazon.dash.replenishment.DrsSlotStatusResult@1.0",
},
endpointHeader{
Header: "x-amzn-type-version",
Value: "x-amzn-type-version: com.amazon.dash.replenishment.DrsSlotStatusInput@1.0",
Value: "com.amazon.dash.replenishment.DrsSlotStatusInput@1.0",
},
},
MockGood: "",
Expand Down
3 changes: 1 addition & 2 deletions orders_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package drs

import (
"testing"

"github.com/stretchr/testify/assert"
"testing"
)

func TestCancelTestOrder(t *testing.T) {
Expand Down

0 comments on commit ca3a7e8

Please sign in to comment.