Skip to content

Commit

Permalink
fix: Remove comment because the upstream issue has
Browse files Browse the repository at this point in the history
been fixed

The comment triggered ORY Closed Reference Notifier GitHub action.
However, this is not relevant anymore.

Resolve: ory#2630
  • Loading branch information
efesler committed Aug 17, 2023
1 parent 0827ae5 commit ae92150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ func TestIdentitySchemaValidation(t *testing.T) {
testWatch := func(t *testing.T, ctx context.Context, cmd *cobra.Command, identity *configFile) (*config.Config, *test.Hook, func([]map[string]string)) {
tdir := t.TempDir()
assert.NoError(t,
os.MkdirAll(tdir, // DO NOT CHANGE THIS: https://github.com/fsnotify/fsnotify/issues/340
os.MkdirAll(tdir,
os.ModePerm))
configFileName := randx.MustString(8, randx.Alpha)
tmpConfig, err := os.Create(filepath.Join(tdir, configFileName+".config.yaml"))
Expand Down

0 comments on commit ae92150

Please sign in to comment.