Skip to content

Commit

Permalink
fix extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sofixa committed Mar 5, 2021
1 parent 4ce99c8 commit a2b486b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/docker/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ func TestDockerDriver_CreateContainerConfig_Labels(t *testing.T) {
// user provided labels
"user_label": "user_value",
// default label
"com.hashicorp.nomad.alloc_id": task.AllocID,
"com.hashicorp.nomad.alloc_id": task.AllocID,
}

require.Equal(t, expectedLabels, c.Config.Labels)
Expand Down

0 comments on commit a2b486b

Please sign in to comment.