Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Apr 1, 2024
1 parent eb6188d commit f45cb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test-kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ metadata:
:not :to-throw)
(expect 'plz :to-have-been-called-with
'get
"http://localhost:9999/api/v1/nodes/my-node"
"http://127.0.0.1:9999/api/v1/nodes/my-node"
:as #'json-read)))

(describe "when GROUP and VERSION not specified"
Expand All @@ -447,7 +447,7 @@ metadata:
(kele--get-resource "resourcequotas" "my-rq" :namespace "foobar")
(expect 'plz :to-have-been-called-with
'get
"http://localhost:9999/api/v1/namespaces/foobar/resourcequotas/my-rq"
"http://127.0.0.1:9999/api/v1/namespaces/foobar/resourcequotas/my-rq"
:as #'json-read)))

(describe "when multiple group-versions exist for the same resource type"
Expand Down

0 comments on commit f45cb90

Please sign in to comment.