Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Dec 19, 2024
1 parent a2dfbfa commit 9fc0e6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/unit/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
"environment": "",
},
},
"checks": {
CONTAINER_NAME: {
"override": "replace",
"exec": {"command": "ps -A | grep nginx"},
"threshold": 1,
}
},
}

DATE_NOW = datetime.now().strftime("%d/%b/%Y:%H:%M:%S")
Expand Down

0 comments on commit 9fc0e6c

Please sign in to comment.