Skip to content

Commit

Permalink
fixup! Rename endpoint functions
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Mar 5, 2024
1 parent 48ba856 commit e7b16a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Aqua: Aqua
using Dates: Second
using K8sDeputy
using K8sDeputy: ready_endpoint, live_endpoint, serve!
using K8sDeputy: readiness_endpoint, liveness_endpoint, serve!
using HTTP: HTTP
using Mocking: Mocking, @mock, @patch, apply
using Sockets: localhost
Expand Down

0 comments on commit e7b16a3

Please sign in to comment.