Skip to content

Commit

Permalink
Add version to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode committed Jun 5, 2022
1 parent f999ec9 commit 8bc9bd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/controllers/status_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func TestStatusController_Startup(t *testing.T) {
d := &controllers.StatusController{
Logger: logger,
Drainer: dr,
AtlantisVersion: "1.0.0",
}
d.Get(w, r)

Expand All @@ -45,6 +46,7 @@ func TestStatusController_InProgress(t *testing.T) {
d := &controllers.StatusController{
Logger: logger,
Drainer: dr,
AtlantisVersion: "1.0.0",
}
d.Get(w, r)

Expand All @@ -68,6 +70,7 @@ func TestStatusController_Shutdown(t *testing.T) {
d := &controllers.StatusController{
Logger: logger,
Drainer: dr,
AtlantisVersion: "1.0.0",
}
d.Get(w, r)

Expand Down

0 comments on commit 8bc9bd9

Please sign in to comment.