Skip to content

Commit

Permalink
backport of commit eff57ee
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazmierczak committed Nov 7, 2022
1 parent 92f6c70 commit 5bdfa67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jobspec/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1899,8 +1899,10 @@ func TestIncorrectKey(t *testing.T) {
}
}

// TestPortParsing validates that the removal of the mapstructure tags on the Port
// struct don't cause issues with HCL 1 parsing.
// TestPortParsing validates that the removal of the mapstructure tags on the
// Port struct don't cause issues with HCL 1 parsing.
//
// TODO: in the future, see if we need `mapstructure` tags on any of the API
func TestPortParsing(t *testing.T) {
ci.Parallel(t)

Expand Down

0 comments on commit 5bdfa67

Please sign in to comment.