Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit be3667e

Browse files
authored
Fix broken test case (#53)
1 parent 5734a10 commit be3667e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
requirements.lock
2+
simple-0.1.0.tgz
3+
4+
5+
6+
# Below are entries from Python.gitignore
7+
#
18
# Byte-compiled / optimized / DLL files
29
__pycache__/
310
*.py[cod]

frigate/tests/mockcharts/deps/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes
44
name: simple
55
version: 0.1.0
66
dependencies:
7-
- name: simple # The simple chart but packaged and already pulled
7+
- name: simple
88
version: "0.1.0"
9-
repository: 'https://example.com/frigate'
9+
repository: "file://../simple"
-2.88 KB
Binary file not shown.

0 commit comments

Comments
 (0)