Skip to content

Commit

Permalink
Try fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
harelmo-lumigo committed Jun 3, 2024
1 parent e6e9c14 commit 846df94
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/kubernetes-distros/kind/lumigooperator_logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,7 @@ func TestLumigoOperatorEventsObjectsAndLogs(t *testing.T) {
{
Name: "myapp",
Image: testImage,
Command: []string{"python", "-c", fmt.Sprintf(`
import logging
import time
while True:
logging.getLogger(__name__).info('%s')
time.sleep(5)
`, logOutput)},
Command: []string{"python", "-c", fmt.Sprintf("while True: import time; import logging; logging.getLogger('test').warning('%s'); time.sleep(5)", logOutput)},
},
},
},
Expand Down

0 comments on commit 846df94

Please sign in to comment.