forked from toolshed/abra
		
	test: fix outputs [ci skip]
See https://build.coopcloud.tech/coop-cloud/abra/2035/1/5
This commit is contained in:
		| @ -191,7 +191,7 @@ var appNewCommand = cli.Command{ | |||||||
| 			fmt.Println("Generated secrets:") | 			fmt.Println("Generated secrets:") | ||||||
| 			fmt.Println("") | 			fmt.Println("") | ||||||
| 			secretTable.Render() | 			secretTable.Render() | ||||||
| 			log.Warn("Generated secrets are not shown again, please take note of them NOW") | 			log.Warn("generated secrets are not shown again, please take note of them NOW") | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		return nil | 		return nil | ||||||
|  | |||||||
| @ -269,7 +269,7 @@ teardown(){ | |||||||
| @test "error if specific version does not exist" { | @test "error if specific version does not exist" { | ||||||
|   run $ABRA app deploy "$TEST_APP_DOMAIN" DOESNTEXIST --no-input --no-converge-checks |   run $ABRA app deploy "$TEST_APP_DOMAIN" DOESNTEXIST --no-input --no-converge-checks | ||||||
|   assert_failure |   assert_failure | ||||||
|   assert_output --partial "doesn't seem to have version DOESNTEXIST available" |   assert_output --partial "reference not found" | ||||||
| } | } | ||||||
|  |  | ||||||
| # bats test_tags=slow | # bats test_tags=slow | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user