Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Oct 25, 2024
1 parent 42b7131 commit 1ce8393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions library/2.0.2/tests/test_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_hostname(mock_values):
render = Render(mock_values)
c1 = render.add_container("test_container", "test_image")
c1.set_hostname("test_hostname")
c1.healthcheck.disable()
output = render.render()
assert output["services"]["test_container"]["hostname"] == "test_hostname"

Expand Down
2 changes: 1 addition & 1 deletion library/hashes.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.0.1: f074617a82a86d2a6cc78a4c8a4296fc9d168e456f12713e50c696557b302133
1.1.4: 6e32ff5969906d9c3a10fea2b17fdd3197afb052d3432344da03188d8a907113
2.0.2: b1b52e42808f339fea7e15eab30d1902dd038d65e86cf59544798e75aff6753a
2.0.2: 1b0a8456637b11870d78626f857343e44e4ba4647523bb6cbfa7fa21ee75d77b

0 comments on commit 1ce8393

Please sign in to comment.