Skip to content

Commit

Permalink
chore: move flagd specific submodule to flagd module (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan committed Feb 7, 2024
1 parent 8dd5fc6 commit 243a69c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "spec"]
path = spec
[submodule "providers/flagd/spec"]
path = providers/flagd/spec
url = https://github.com/open-feature/spec
[submodule "flagd-testbed"]
path = flagd-testbed
[submodule "providers/flagd/flagd-testbed"]
path = providers/flagd/flagd-testbed
url = https://github.com/open-feature/flagd-testbed.git
1 change: 0 additions & 1 deletion flagd-testbed
Submodule flagd-testbed deleted from da45c4
4 changes: 2 additions & 2 deletions providers/flagd/e2e/evaluation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestETestEvaluationFlagdInRPC(t *testing.T) {
ScenarioInitializer: integration.InitializeEvaluationScenario,
Options: &godog.Options{
Format: "pretty",
Paths: []string{"../../../spec/specification/assets/gherkin/evaluation.feature"},
Paths: []string{"../spec/specification/assets/gherkin/evaluation.feature"},
TestingT: t, // Testing instance that will run subtests.
Strict: true,
},
Expand Down Expand Up @@ -59,7 +59,7 @@ func TestJsonEvaluatorFlagdInProcess(t *testing.T) {
ScenarioInitializer: integration.InitializeEvaluationScenario,
Options: &godog.Options{
Format: "pretty",
Paths: []string{"../../../spec/specification/assets/gherkin/evaluation.feature"},
Paths: []string{"../spec/specification/assets/gherkin/evaluation.feature"},
TestingT: t, // Testing instance that will run subtests.
Strict: true,
},
Expand Down
4 changes: 2 additions & 2 deletions providers/flagd/e2e/json_evalutor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestJsonEvaluatorInRPC(t *testing.T) {
ScenarioInitializer: integration.InitializeFlagdJsonScenario,
Options: &godog.Options{
Format: "pretty",
Paths: []string{"../../../flagd-testbed/gherkin/flagd-json-evaluator.feature"},
Paths: []string{"../flagd-testbed/gherkin/flagd-json-evaluator.feature"},
TestingT: t, // Testing instance that will run subtests.
Strict: true,
},
Expand Down Expand Up @@ -59,7 +59,7 @@ func TestJsonEvaluatorInProcess(t *testing.T) {
ScenarioInitializer: integration.InitializeFlagdJsonScenario,
Options: &godog.Options{
Format: "pretty",
Paths: []string{"../../../flagd-testbed/gherkin/flagd-json-evaluator.feature"},
Paths: []string{"../flagd-testbed/gherkin/flagd-json-evaluator.feature"},
TestingT: t, // Testing instance that will run subtests.
Strict: true,
},
Expand Down
1 change: 1 addition & 0 deletions providers/flagd/flagd-testbed
Submodule flagd-testbed added at 90a37c
1 change: 1 addition & 0 deletions providers/flagd/spec
Submodule spec added at a0b377
1 change: 0 additions & 1 deletion spec
Submodule spec deleted from e2eb2b

0 comments on commit 243a69c

Please sign in to comment.