Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Nov 9, 2023
1 parent e7bc26d commit fce453b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/resource/env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestDetectOnePair(t *testing.T) {
assert.Equal(t, NewSchemaless(attribute.String("key", "value")), res)
}

func TestURIEncodingOnePair(t *testing.T) {
func TestDetectURIEncodingOnePair(t *testing.T) {
store, err := ottest.SetEnvVariables(map[string]string{
resourceAttrKey: "key=x+y+z?q=123",
})
Expand Down Expand Up @@ -73,7 +73,7 @@ func TestDetectMultiPairs(t *testing.T) {
), res)
}

func TestURIEncodingMultiPairs(t *testing.T) {
func TestDetectURIEncodingMultiPairs(t *testing.T) {
store, err := ottest.SetEnvVariables(map[string]string{
"x": "1",
resourceAttrKey: "key=x+y+z,namespace=localhost/test&verify",
Expand Down

0 comments on commit fce453b

Please sign in to comment.