Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 31, 2024
1 parent b9a1ab6 commit b167062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pachca_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -558,5 +558,5 @@ func (s *PachcaSuite) TestAPIErrorToString(c *C) {
StatusCode: 400,
}

c.Assert(err.Error(), Equals, "(unhandled) Ошибка выполнения запроса [system:]")
c.Assert(err.Error(), Equals, "(unhandled) Ошибка выполнения запроса [system:-]")
}

0 comments on commit b167062

Please sign in to comment.