Skip to content

Commit

Permalink
improve test name
Browse files Browse the repository at this point in the history
  • Loading branch information
aliotta committed Jun 22, 2021
1 parent 0458daa commit d643dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func Test_prepareDefaultAirflowImageTagHoustonBadRequest(t *testing.T) {
assert.Equal(t, "", defaultTag)
}
}
func Test_prepareDefaultAirflowImageTagHoustonBadRequest2(t *testing.T) {
func Test_prepareDefaultAirflowImageTagHoustonUnexpectedError(t *testing.T) {
testUtil.InitTestConfig()
// prepare fake response from updates.astronomer.io
okResponse := `{
Expand Down

0 comments on commit d643dfd

Please sign in to comment.