Commit 45b510e
authored
acc: Clean up redundant log message (#2819)
Currently all tests log a message about running with empty env, this PR
removes that:
```
=== NAME TestAccept/workspace/jobs/create
acceptance_test.go:236: Running test with env []
=== CONT TestAccept/bundle/telemetry/deploy-mode
acceptance_test.go:236: Running test with env []
=== CONT TestAccept/bundle/help/bundle-schema
acceptance_test.go:236: Running test with env []
```1 parent 08120b4 commit 45b510e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
| |||
0 commit comments