Skip to content

Commit

Permalink
chore: remove comment (#3442)
Browse files Browse the repository at this point in the history
The comment triggered Ory Closed Reference Notifier GitHub action.
However, this is not relevant anymore.

Resolve #2630
  • Loading branch information
efesler committed Aug 22, 2023
1 parent ecd557f commit bb25276
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 bb25276

Please sign in to comment.