Small refactor to disable-autoplan

This commit is contained in:
Luke Kysow
2020-08-18 15:53:03 -07:00
parent 34f9f3f348
commit 1b374fa3e6
2 changed files with 1 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ var testFlags = map[string]interface{}{
TFETokenFlag: "my-token",
VCSStatusName: "my-status",
WriteGitCredsFlag: true,
DisableAutoplanFlag: false,
DisableAutoplanFlag: true,
}
func TestExecute_Defaults(t *testing.T) {

View File

@@ -214,7 +214,6 @@ Values are chosen in this order:
```
Disable atlantis auto planning
* ### `--gh-hostname`
```bash
atlantis server --gh-hostname="my.github.enterprise.com"