Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Nov 30, 2023
1 parent a137283 commit 3223250
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rest/tests/piece/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@ def get_pieces_mock_response(piece_repository: PieceRepository):
"EXAMPLE_VAR"
]
},
tags=['Example'],
container_resources={
"limits": {
"cpu": 100,
"memory": 128
},
"requests": {
"cpu": 100,
"memory": 128
},
"use_gpu": False

},
style = {
"module": "SimpleLogPiece",
"label": "Example Piece",
Expand Down

0 comments on commit 3223250

Please sign in to comment.