Skip to content

Commit

Permalink
Merge pull request #13 from jf/master
Browse files Browse the repository at this point in the history
client_test.go: fix minor typo in message
  • Loading branch information
ahmetb committed Jan 25, 2015
2 parents fa35a64 + ca0ecbc commit 9b257db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/storage/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ func Test_createAuthorizationHeader(t *testing.T) {
expected := `SharedKey foo:h5U0ATVX6SpbFX1H6GNuxIMeXXCILLoIvhflPtuQZ30=`

if out := cli.createAuthorizationHeader(canonicalizedString); out != expected {
t.Fatalf("Wrong authoriztion header. Expected: '%s', Got:'%s'", expected, out)
t.Fatalf("Wrong authorization header. Expected: '%s', Got:'%s'", expected, out)
}
}

0 comments on commit 9b257db

Please sign in to comment.