Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Aug 15, 2024
1 parent 2ef1f68 commit 6b32b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/grpc/ocm_invitation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ var _ = Describe("ocm invitation workflow", func() {
OriginSystemProvider: cernbox,
})
Expect(err).ToNot(HaveOccurred())
Expect(forwardRes.Status.Code).To(Equal(rpc.Code_CODE_NOT_FOUND))
Expect(forwardRes.Status.Code).To(Equal(rpc.Code_CODE_INVALID_ARGUMENT))
})
})

Expand Down

0 comments on commit 6b32b13

Please sign in to comment.