Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
nolouch committed Jun 30, 2023
1 parent ec59e99 commit 4144c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/label_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (s *testStrictlyLabelsStoreSuite) TestStoreMatch(c *C) {
if t.valid {
c.Assert(err, IsNil)
} else {
c.Assert(resp.GetHeader().GetError().String(), IsTrue)
c.Assert(resp.GetHeader().GetError(), NotNil)
}
}

Expand Down

0 comments on commit 4144c29

Please sign in to comment.