admin: rename _oss files to _ce (#18209)

This commit is contained in:
James Rasell
2023-08-18 07:47:24 +01:00
committed by GitHub
parent 74b796e6d0
commit 6108f5c4c3
41 changed files with 1 additions and 1 deletions

View File

@@ -449,7 +449,7 @@ func TestConsulFingerprint_Fingerprint_oss(t *testing.T) {
cf := newConsulFingerPrint(t)
ts, cfg := fakeConsul(fakeConsulPayload(t, "test_fixtures/consul/agent_self_oss.json"))
ts, cfg := fakeConsul(fakeConsulPayload(t, "test_fixtures/consul/agent_self_ce.json"))
defer ts.Close()
node := &structs.Node{Attributes: make(map[string]string)}