add POST back to wfe Authz test

This commit is contained in:
Jeff Hodges 2015-07-25 14:16:57 -07:00
parent 0ea7b36b6a
commit b0402d1880
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ func TestStandardHeaders(t *testing.T) {
{wfe.NewReg, []string{"POST"}},
{wfe.RegBase, []string{"POST"}},
{wfe.NewAuthz, []string{"POST"}},
{wfe.AuthzBase, []string{"GET"}},
{wfe.AuthzBase, []string{"GET", "POST"}},
{wfe.NewCert, []string{"POST"}},
{wfe.CertBase, []string{"GET"}},
{wfe.SubscriberAgreementURL, []string{"GET"}},