Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng committed Sep 25, 2024
1 parent cb0fbfa commit 3b9656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (s *cliAppSuite) TestDomainRegister_Failed() {
// TODO check error message for all s.Error use cases
s.ErrorContains(
s.app.Run(([]string{"", "--do", domainName, "domain", "register", "--global_domain", "true"})),
"fake error")
"Register Domain operation failed.")
}

var describeDomainResponseServer = &types.DescribeDomainResponse{
Expand Down

0 comments on commit 3b9656f

Please sign in to comment.