Skip to content

Commit 243a69c

Browse files
chore: move flagd specific submodule to flagd module (#449)
Signed-off-by: Kavindu Dodanduwa <[email protected]>
1 parent 8dd5fc6 commit 243a69c

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[submodule "spec"]
2-
path = spec
1+
[submodule "providers/flagd/spec"]
2+
path = providers/flagd/spec
33
url = https://github.com/open-feature/spec
4-
[submodule "flagd-testbed"]
5-
path = flagd-testbed
4+
[submodule "providers/flagd/flagd-testbed"]
5+
path = providers/flagd/flagd-testbed
66
url = https://github.com/open-feature/flagd-testbed.git

flagd-testbed

Lines changed: 0 additions & 1 deletion
This file was deleted.

providers/flagd/e2e/evaluation_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestETestEvaluationFlagdInRPC(t *testing.T) {
3030
ScenarioInitializer: integration.InitializeEvaluationScenario,
3131
Options: &godog.Options{
3232
Format: "pretty",
33-
Paths: []string{"../../../spec/specification/assets/gherkin/evaluation.feature"},
33+
Paths: []string{"../spec/specification/assets/gherkin/evaluation.feature"},
3434
TestingT: t, // Testing instance that will run subtests.
3535
Strict: true,
3636
},
@@ -59,7 +59,7 @@ func TestJsonEvaluatorFlagdInProcess(t *testing.T) {
5959
ScenarioInitializer: integration.InitializeEvaluationScenario,
6060
Options: &godog.Options{
6161
Format: "pretty",
62-
Paths: []string{"../../../spec/specification/assets/gherkin/evaluation.feature"},
62+
Paths: []string{"../spec/specification/assets/gherkin/evaluation.feature"},
6363
TestingT: t, // Testing instance that will run subtests.
6464
Strict: true,
6565
},

providers/flagd/e2e/json_evalutor_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestJsonEvaluatorInRPC(t *testing.T) {
3030
ScenarioInitializer: integration.InitializeFlagdJsonScenario,
3131
Options: &godog.Options{
3232
Format: "pretty",
33-
Paths: []string{"../../../flagd-testbed/gherkin/flagd-json-evaluator.feature"},
33+
Paths: []string{"../flagd-testbed/gherkin/flagd-json-evaluator.feature"},
3434
TestingT: t, // Testing instance that will run subtests.
3535
Strict: true,
3636
},
@@ -59,7 +59,7 @@ func TestJsonEvaluatorInProcess(t *testing.T) {
5959
ScenarioInitializer: integration.InitializeFlagdJsonScenario,
6060
Options: &godog.Options{
6161
Format: "pretty",
62-
Paths: []string{"../../../flagd-testbed/gherkin/flagd-json-evaluator.feature"},
62+
Paths: []string{"../flagd-testbed/gherkin/flagd-json-evaluator.feature"},
6363
TestingT: t, // Testing instance that will run subtests.
6464
Strict: true,
6565
},

providers/flagd/flagd-testbed

Submodule flagd-testbed added at 90a37c4

providers/flagd/spec

Submodule spec added at a0b3777

spec

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)