Skip to content

Commit

Permalink
fix: Change plugin uri in test
Browse files Browse the repository at this point in the history
Co-authored-by: tzssangglass <tzssangglass@gmail.com>
  • Loading branch information
rushitote and tzssangglass committed Aug 3, 2021
1 parent 8824fc9 commit e0858c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/plugin/authz-casbin.t
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ done
},
"type": "roundrobin"
},
"uri": "/*"
"uri": "/hello"
}]]
)

Expand Down Expand Up @@ -323,7 +323,7 @@ hello world
},
"type": "roundrobin"
},
"uri": "/*"
"uri": "/hello"
}]]
)

Expand Down Expand Up @@ -383,7 +383,7 @@ user: bob
},
"type": "roundrobin"
},
"uri": "/*"
"uri": "/hello"
}]]
)

Expand Down

0 comments on commit e0858c8

Please sign in to comment.