Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed May 7, 2018
1 parent f7f3f87 commit e2fcf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confluence_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (s *ConfluenceSuite) TestParamsEncoding(c *C) {
Expand: []string{"test1,test2"},
}

c.Assert(p.ToQuery(), Equals, "expand=test1,test2")
c.Assert(p.ToQuery(), Equals, `expand=test1%2Ctest2`)

p = SpaceParameters{
SpaceKey: []string{"TS1", "TS2", "TS3"},
Expand Down

0 comments on commit e2fcf3c

Please sign in to comment.