Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed May 10, 2012
1 parent f73165f commit 49bd357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mod_auth_cas_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ START_TEST(cas_attribute_authz_test) {
should_fail = cas_authorize_worker(request, attrs, &(require_line_array[0]), 1, c);

// When mod_auth_cas is authoritative, an attribute payload which
// does pass the policy check should result should succeed.
// does pass the policy check should succeed.
c->CASAuthoritative = 1;
should_succeed1 = cas_authorize_worker(request, attrs, &(require_line_array[1]), 1, c);

Expand Down

0 comments on commit 49bd357

Please sign in to comment.