diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2022-09-25 10:32:07 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2022-09-25 10:56:26 -0400 |
| commit | 7d9d3351ab165b3d9f6af767a707c33fbca5eb70 (patch) | |
| tree | 400e0be0ca6d9e2308a3fc7cbf2cf1de0cd4aee3 /context_test.go | |
| parent | 64a0269c2672c2d1a6984832cfd0a6ac1c0e725b (diff) | |
Fixing deprecation annotation syntax
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'context_test.go')
| -rw-r--r-- | context_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/context_test.go b/context_test.go index 2b95ebb8..72367124 100644 --- a/context_test.go +++ b/context_test.go @@ -34,6 +34,7 @@ func TestCreateContext(t *testing.T) { barURL := "env:///bar?type=application/yaml" uf, _ := url.Parse(fooURL) ub, _ := url.Parse(barURL) + //nolint:staticcheck d := &data.Data{ Sources: map[string]*data.Source{ "foo": {URL: uf}, |
