Skip to content

Commit

Permalink
client_test.go: fix minor typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
jf committed Jan 25, 2015
1 parent fa35a64 commit ca0ecbc
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 ca0ecbc

Please sign in to comment.